New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@devcycle/nodejs-server-sdk

Package Overview
Dependencies
Maintainers
6
Versions
198
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.0.10 to 1.0.11

6

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

@@ -10,3 +10,3 @@ "license": "MIT",

"axios": "^0.24.0",
"@devcycle/types": "1.0.1",
"@devcycle/types": "1.0.2",
"class-validator": "^0.13.1",

@@ -16,3 +16,3 @@ "reflect-metadata": "^0.1.13",

"class-transformer": "0.5.1",
"@devcycle/bucketing": "1.0.1",
"@devcycle/bucketing": "1.0.2",
"moment": "^2.29.1",

@@ -19,0 +19,0 @@ "uuid": "^8.3.2",

@@ -1,2 +0,2 @@

import { DVCClient as DVCClientInterface, DVCOptions, DVCVariableValue, DVCVariable as DVCVariableInterface, DVCVariableSet, DVCFeatureSet, DVCEvent, DVCUser } from './types';
import { DVCOptions, DVCClient as DVCClientInterface, DVCVariableValue, DVCVariable as DVCVariableInterface, DVCVariableSet, DVCFeatureSet, DVCEvent, DVCUser } from './types';
export declare class DVCClient implements DVCClientInterface {

@@ -3,0 +3,0 @@ environmentKey: string;

@@ -1,6 +0,4 @@

import { DVCOptions } from './types';
import { DVCClient } from './client';
export { DVCClient } from './client';
import { DVCOptions, DVCClient as DVCClientInterface } from './types';
export { defaultLogger } from './utils/logger';
export * from './types';
export declare function initialize(environmentKey: string, options?: DVCOptions): DVCClient;
export declare function initialize(environmentKey: string, options?: DVCOptions): DVCClientInterface;

@@ -13,6 +13,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.initialize = exports.defaultLogger = exports.DVCClient = void 0;
exports.initialize = exports.defaultLogger = void 0;
const client_1 = require("./client");
var client_2 = require("./client");
Object.defineProperty(exports, "DVCClient", { enumerable: true, get: function () { return client_2.DVCClient; } });
var logger_1 = require("./utils/logger");

@@ -19,0 +17,0 @@ Object.defineProperty(exports, "defaultLogger", { enumerable: true, get: function () { return logger_1.defaultLogger; } });

@@ -45,8 +45,2 @@ export interface DVCUser {

/**
* Initialize the SDK
* @param environmentKey
* @param options
*/
export declare type initialize = (environmentKey: string, options?: DVCOptions) => Promise<DVCClient>;
/**
* Options to control the setup of the DevCycle NodeJS Server SDK.

@@ -53,0 +47,0 @@ */

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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