Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@bucketco/node-sdk

Package Overview
Dependencies
Maintainers
0
Versions
13
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 0.1.0 to 1.0.0-alpha.1

2

dist/package.json
{
"name": "@bucketco/node-sdk",
"version": "0.1.0",
"version": "1.0.0-alpha.1",
"license": "MIT",

@@ -5,0 +5,0 @@ "repository": {

@@ -396,3 +396,7 @@ "use strict";

var _a, _b;
const mergedContext = Object.assign({ user: this._user && Object.assign({ id: this._user.userId }, this._user.attrs), company: this._company && Object.assign({ id: this._company.companyId }, this._company.attrs) }, this._otherContext);
const mergedContext = {
user: this._user && Object.assign({ id: this._user.userId }, this._user.attrs),
company: this._company && Object.assign({ id: this._company.companyId }, this._company.attrs),
other: this._otherContext,
};
const flagDefinitions = this.getFeatureFlagDefinitionCache().get();

@@ -399,0 +403,0 @@ let evaluatedFlags = this._shared.fallbackFlags || {};

{
"name": "@bucketco/node-sdk",
"version": "0.1.0",
"version": "1.0.0-alpha.1",
"license": "MIT",

@@ -49,3 +49,3 @@ "repository": {

},
"gitHead": "3e627413a0a2d52213e468b2be5c39f5b64f41a5"
"gitHead": "425a9f3d7124f6d87d0de52ae21cbaeabb11664c"
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc