@bucketco/node-sdk
Advanced tools
| { | ||
| "name": "@bucketco/node-sdk", | ||
| "version": "1.8.3", | ||
| "version": "1.8.4", | ||
| "license": "MIT", | ||
@@ -47,4 +47,4 @@ "repository": { | ||
| "dependencies": { | ||
| "@bucketco/flag-evaluation": "0.1.2" | ||
| "@bucketco/flag-evaluation": "0.1.4" | ||
| } | ||
| } |
+3
-3
| { | ||
| "name": "@bucketco/node-sdk", | ||
| "version": "1.8.3", | ||
| "version": "1.8.4", | ||
| "license": "MIT", | ||
@@ -47,5 +47,5 @@ "repository": { | ||
| "dependencies": { | ||
| "@bucketco/flag-evaluation": "0.1.2" | ||
| "@bucketco/flag-evaluation": "0.1.4" | ||
| }, | ||
| "gitHead": "6747e5a9346177f87dfee081cfdf1b13674da77a" | ||
| "gitHead": "13ae709f509cba091cfbfbfa5005855b35e400b7" | ||
| } |
+42
-2
@@ -9,6 +9,46 @@ # Bucket Node.js SDK | ||
| Install using `yarn` or `npm` with: | ||
| Install using your favourite package manager: | ||
| > `yarn add -s @bucketco/node-sdk` or `npm install -s @bucketco/node-sdk`. | ||
| {% tabs %} | ||
| {% tab title="npm" %} | ||
| ```sh | ||
| npm i @bucketco/node-sdk | ||
| ``` | ||
| {% endtab %} | ||
| {% tab title="yarn" %} | ||
| ```sh | ||
| yarn add @bucketco/node-sdk | ||
| ``` | ||
| {% endtab %} | ||
| {% tab title="bun" %} | ||
| ```sh | ||
| bun add @bucketco/node-sdk | ||
| ``` | ||
| {% endtab %} | ||
| {% tab title="pnpm" %} | ||
| ```sh | ||
| pnpm add @bucketco/node-sdk | ||
| ``` | ||
| {% endtab %} | ||
| {% tab title="deno" %} | ||
| ```sh | ||
| deno add npm:@bucketco/node-sdk | ||
| ``` | ||
| {% endtab %} | ||
| {% endtabs %} | ||
| Other supported languages/frameworks are in the [Supported languages](https://docs.bucket.co/quickstart/supported-languages) documentation pages. | ||
@@ -15,0 +55,0 @@ |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 9 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 9 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
209107
0.16%760
5.56%+ Added
- Removed