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.1 to 1.9.2

8

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

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

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

}
InstantiatePromise = (0, bucketing_assembly_script_1.instantiate)().then((exports) => {
const debugWASM = (options === null || options === void 0 ? void 0 : options.logLevel) === 'debug';
InstantiatePromise = (0, bucketing_assembly_script_1.instantiate)(debugWASM).then((exports) => {
Bucketing = exports;

@@ -15,0 +16,0 @@ return Bucketing;

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