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

@devcycle/react-client-sdk

Package Overview
Dependencies
Maintainers
6
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.19.2 to 1.19.3

6

index.cjs.js

@@ -23,2 +23,3 @@ 'use strict';

return jsClientSdk.initializeDevCycle(sdkKey, {
sdkPlatform: 'react',
...options,

@@ -29,3 +30,6 @@ deferInitialization: true,

}
return jsClientSdk.initializeDevCycle(sdkKey, user, options);
return jsClientSdk.initializeDevCycle(sdkKey, user, {
sdkPlatform: 'react',
...options,
});
};

@@ -32,0 +36,0 @@

@@ -15,2 +15,3 @@ import { jsx } from 'react/jsx-runtime';

return initializeDevCycle(sdkKey, {
sdkPlatform: 'react',
...options,

@@ -21,3 +22,6 @@ deferInitialization: true,

}
return initializeDevCycle(sdkKey, user, options);
return initializeDevCycle(sdkKey, user, {
sdkPlatform: 'react',
...options,
});
};

@@ -24,0 +28,0 @@

4

package.json
{
"name": "@devcycle/react-client-sdk",
"version": "1.19.2",
"version": "1.19.3",
"description": "The DevCycle React SDK used for feature management.",

@@ -17,3 +17,3 @@ "scripts": {

"dependencies": {
"@devcycle/js-client-sdk": "^1.21.2",
"@devcycle/js-client-sdk": "^1.21.3",
"@devcycle/types": "^1.9.2",

@@ -20,0 +20,0 @@ "hoist-non-react-statics": "^3.3.2"

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