You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[script.js](https://github.com/ded/script.js/)| Asyncronous JavaScript loader and dependency manager |[Apache](https://github.com/splunk/splunk-sdk-javascript/blob/master/licenses/LICENSE-SCRIPTJS)|
16
16
|[base64.js](http://code.google.com/p/javascriptbase64/)| Fast base64 encoding/decoding |[MIT](https://github.com/splunk/splunk-sdk-javascript/blob/master/licenses/LICENSE-BASE64)|
17
+
|[dotenv](https://github.com/motdotla/dotenv)| Loads environment varibles from .env file |[BSD 2-Clause](https://github.com/splunk/splunk-sdk-javascript/blob/master/licenses/LICENSE-DOTENV)|
18
+
|[cookie](https://github.com/jshttp/cookie)| HTTP cookie parser and serializer for HTTP servers |[MIT](https://github.com/splunk/splunk-sdk-javascript/blob/master/licenses/LICENSE-COOKIE)|
19
+
|[elementtree](https://github.com/racker/node-elementtree)| Node.js XML parserer and serializer |[Apache-2.0](https://github.com/splunk/splunk-sdk-javascript/blob/master/licenses/LICENSE-ELEMENTTREE)|
# The Splunk Enterprise Software Development Kit for JavaScript
3
3
4
-
#### Version 1.9.1
4
+
#### Version 1.10.0
5
5
6
6
The Splunk Enterprise Software Development Kit (SDK) for JavaScript contains library code and examples designed to enable developers to build applications using the Splunk platform and JavaScript. This SDK supports server-side and client-side JavaScript.
7
7
8
8
For more information, see [Splunk Enterprise SDK for JavaScript](https://dev.splunk.com/enterprise/docs/devtools/javascript/sdk-javascript/) on the Splunk Developer Portal.
9
9
10
10
## Requirements
11
11
12
-
* Node.js v 0.12, or v4 or later
12
+
* Node.js v 8.17.0, or v14 or later
13
13
14
-
The Splunk Enterprise SDK for JavaScript was tested with Node.js v.0.12, v4.2, and v10.0.
14
+
The Splunk Enterprise SDK for JavaScript was tested with Node.js v8.17.0, v14.
15
15
16
-
* Splunk Enterprise 6.3.0 or later, or Splunk Cloud
16
+
* Splunk Enterprise 8.0 or 8.2, or Splunk Cloud
17
17
18
-
The Splunk Enterprise SDK for JavaScript was tested with Splunk Enterprise 7.0 and 7.2.
18
+
The Splunk Enterprise SDK for JavaScript was tested with Splunk Enterprise 8.0 or 8.2, or Splunk Cloud.
19
19
20
20
* Splunk Enterprise SDK for JavaScript
21
21
@@ -61,13 +61,13 @@ The following examples show you how to list search jobs using client-side and se
61
61
### Client-side code example
62
62
63
63
This HTML example uses the Splunk Enterprise SDK for JavaScript to list all jobs:
0 commit comments