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

@devcycle/nodejs-server-sdk

Package Overview
Dependencies
Maintainers
6
Versions
192
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@devcycle/nodejs-server-sdk - npm Package Compare versions

Comparing version 1.27.0 to 1.27.1

8

package.json
{
"name": "@devcycle/nodejs-server-sdk",
"version": "1.27.0",
"version": "1.27.1",
"description": "The DevCycle NodeJS Server SDK used for feature management.",

@@ -23,5 +23,5 @@ "license": "MIT",

"dependencies": {
"@devcycle/bucketing-assembly-script": "^1.19.0",
"@devcycle/js-cloud-server-sdk": "^1.11.0",
"@devcycle/types": "^1.12.0",
"@devcycle/bucketing-assembly-script": "^1.19.1",
"@devcycle/js-cloud-server-sdk": "^1.11.1",
"@devcycle/types": "^1.12.1",
"cross-fetch": "^4.0.0",

@@ -28,0 +28,0 @@ "fetch-retry": "^5.0.6"

@@ -37,3 +37,3 @@ import { BucketedUserConfig, DevCycleServerSDKOptions, VariableTypeAlias } from '@devcycle/types';

getClientBootstrapConfig(user: DevCycleUser, userAgent: string): Promise<BucketedUserConfig & {
sdkKey: string;
clientSDKKey: string;
}>;

@@ -40,0 +40,0 @@ flushEvents(callback?: () => void): Promise<void>;

@@ -217,4 +217,4 @@ "use strict";

}
const sdkKey = (0, userBucketingHelper_1.getSDKKeyFromConfig)(`${this.sdkKey}_client`);
if (!sdkKey) {
const clientSDKKey = (0, userBucketingHelper_1.getSDKKeyFromConfig)(`${this.sdkKey}_client`);
if (!clientSDKKey) {
throw new Error('Client bootstrapping config is malformed. Please contact DevCycle support.');

@@ -227,3 +227,3 @@ }

...(0, userBucketingHelper_1.bucketUserForConfig)(populatedUser, `${this.sdkKey}_client`),
sdkKey,
clientSDKKey,
};

@@ -230,0 +230,0 @@ }

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