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
191
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.31.0 to 1.31.1

7

config-manager/src/index.js

@@ -188,2 +188,3 @@ "use strict";

`, last-modified: ${this.configLastModified}`);
this.handleSSEConfig();
return;

@@ -238,5 +239,7 @@ }

if (this.enableRealtimeUpdates) {
const configBody = JSON.parse(projectConfig);
const originalConfigSSE = this.configSSE;
this.configSSE = configBody.sse;
if (projectConfig) {
const configBody = JSON.parse(projectConfig);
this.configSSE = configBody.sse;
}
// Reconnect SSE if not first config fetch, and the SSE config has changed

@@ -243,0 +246,0 @@ if (this.hasConfig &&

@@ -188,2 +188,3 @@ "use strict";

`, last-modified: ${this.configLastModified}`);
this.handleSSEConfig();
return;

@@ -238,5 +239,7 @@ }

if (this.enableRealtimeUpdates) {
const configBody = JSON.parse(projectConfig);
const originalConfigSSE = this.configSSE;
this.configSSE = configBody.sse;
if (projectConfig) {
const configBody = JSON.parse(projectConfig);
this.configSSE = configBody.sse;
}
// Reconnect SSE if not first config fetch, and the SSE config has changed

@@ -243,0 +246,0 @@ if (this.hasConfig &&

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

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

Sorry, the diff of this file is not supported yet

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