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

@devcycle/js-client-sdk

Package Overview
Dependencies
Maintainers
6
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@devcycle/js-client-sdk - npm Package Compare versions

Comparing version 1.21.2 to 1.21.3

8

index.cjs.js

@@ -164,2 +164,5 @@ 'use strict';

}
if (options === null || options === void 0 ? void 0 : options.sdkPlatform) {
queryParams.append('sdkPlatform', options.sdkPlatform);
}
const url = `${(options === null || options === void 0 ? void 0 : options.apiProxyURL) || CLIENT_SDK_URL}${CONFIG_PATH}?` +

@@ -580,3 +583,3 @@ queryParams.toString();

var name = "@devcycle/js-client-sdk";
var version = "1.21.2";
var version = "1.21.3";
var description = "The Javascript Client SDK for DevCycle";

@@ -999,2 +1002,5 @@ var author = "";

};
if (!options.sdkPlatform) {
options.sdkPlatform = 'js';
}
if ((_a = options.next) === null || _a === void 0 ? void 0 : _a.configRefreshHandler) {

@@ -1001,0 +1007,0 @@ this.configRefetchHandler = options.next.configRefreshHandler;

@@ -153,2 +153,5 @@ import fetchWithRetry from 'fetch-retry';

}
if (options === null || options === void 0 ? void 0 : options.sdkPlatform) {
queryParams.append('sdkPlatform', options.sdkPlatform);
}
const url = `${(options === null || options === void 0 ? void 0 : options.apiProxyURL) || CLIENT_SDK_URL}${CONFIG_PATH}?` +

@@ -569,3 +572,3 @@ queryParams.toString();

var name = "@devcycle/js-client-sdk";
var version = "1.21.2";
var version = "1.21.3";
var description = "The Javascript Client SDK for DevCycle";

@@ -988,2 +991,5 @@ var author = "";

};
if (!options.sdkPlatform) {
options.sdkPlatform = 'js';
}
if ((_a = options.next) === null || _a === void 0 ? void 0 : _a.configRefreshHandler) {

@@ -990,0 +996,0 @@ this.configRefetchHandler = options.next.configRefreshHandler;

2

package.json
{
"name": "@devcycle/js-client-sdk",
"version": "1.21.2",
"version": "1.21.3",
"description": "The Javascript Client SDK for DevCycle",

@@ -5,0 +5,0 @@ "author": "",

@@ -106,2 +106,7 @@ import type { DVCLogger, DVCDefaultLogLevel, VariableTypeAlias, VariableValue, DVCJSON, DVCCustomDataJSON, BucketedUserConfig } from '@devcycle/types';

enableObfuscation?: boolean;
/**
* The platform the SDK is running in. This is used for logging purposes.
* Example values ('of' for OpenFeature): 'js' | 'react' | 'react-native' | 'nextjs' | 'js-of' | 'react-of'
*/
sdkPlatform?: string;
}

@@ -108,0 +113,0 @@ export interface DevCycleUser {

@@ -106,2 +106,7 @@ import { DVCLogger, DVCDefaultLogLevel, VariableTypeAlias, VariableValue, DVCJSON, DVCCustomDataJSON, BucketedUserConfig } from '@devcycle/types';

enableObfuscation?: boolean;
/**
* The platform the SDK is running in. This is used for logging purposes.
* Example values ('of' for OpenFeature): 'js' | 'react' | 'react-native' | 'nextjs' | 'js-of' | 'react-of'
*/
sdkPlatform?: string;
}

@@ -108,0 +113,0 @@ export interface DevCycleUser {

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