Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@bucketco/node-sdk

Package Overview
Dependencies
Maintainers
4
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bucketco/node-sdk - npm Package Compare versions

Comparing version
1.8.3
to
1.8.4
+2
-2
dist/package.json
{
"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"
}
}
{
"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"
}

@@ -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 @@