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

launchdarkly-react-client-sdk

Package Overview
Dependencies
Maintainers
1
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

launchdarkly-react-client-sdk - npm Package Compare versions

Comparing version 2.16.1 to 2.16.2

6

CHANGELOG.md

@@ -5,2 +5,6 @@ # Change log

## [2.16.2] - 2019-12-17
### Fixed:
- Turned off the default setting of the `wrapperName` property because the LaunchDarkly service does not support it yet; it was causing CORS errors.
## [2.16.1] - 2019-12-17

@@ -22,4 +26,2 @@ ***The 2.16.0 release was unpublished due to a packaging error. This is a rerelease containing the same changes but fixing the packaging.***

## [2.16.0] - 2019-12-16

@@ -26,0 +28,0 @@ ***This release was broken and has been removed.***

@@ -70,3 +70,3 @@ "use strict";

return __generator(this, function (_a) {
allOptions = __assign({ wrapperName: 'React' }, options);
allOptions = __assign({}, options);
ldClient = launchdarkly_js_client_sdk_1.initialize(clientSideID, user, allOptions);

@@ -73,0 +73,0 @@ return [2 /*return*/, new Promise(function (resolve) {

{
"name": "launchdarkly-react-client-sdk",
"version": "2.16.1",
"version": "2.16.2",
"description": "LaunchDarkly SDK for React",

@@ -5,0 +5,0 @@ "author": "LaunchDarkly <team@launchdarkly.com>",

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