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.9.0 to 1.9.1

8

package.json
{
"name": "@devcycle/nodejs-server-sdk",
"version": "1.9.0",
"version": "1.9.1",
"description": "The DevCycle NodeJS Server SDK used for feature management.",
"license": "MIT",
"devDependencies": {
"@devcycle/bucketing-test-data": "^1.2.0"
"@devcycle/bucketing-test-data": "^1.2.1"
},
"dependencies": {
"@devcycle/bucketing-assembly-script": "^1.5.0",
"@devcycle/types": "1.0.64",
"@devcycle/bucketing-assembly-script": "^1.6.0",
"@devcycle/types": "1.0.65",
"class-transformer": "0.5.1",

@@ -13,0 +13,0 @@ "@nestjs/class-validator": "^0.13.4",

@@ -81,3 +81,4 @@ "use strict";

const etag = (res === null || res === void 0 ? void 0 : res.headers.get('etag')) || '';
(0, bucketing_1.getBucketingLib)().setConfigData(this.sdkKey, projectConfig);
const configBuffer = Buffer.from(projectConfig, 'utf8');
(0, bucketing_1.getBucketingLib)().setConfigDataUTF8(this.sdkKey, configBuffer);
this.hasConfig = true;

@@ -84,0 +85,0 @@ this.configEtag = etag;

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