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.14.0 to 2.15.0

13

CHANGELOG.md

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

## [2.15.0] - 2019-11-06
### Changed:
- Changed the behavior of the warning message that is logged on failing to establish a streaming connection. Rather than the current behavior where the warning message appears upon each failed attempt, it will now only appear on the first failure in each series of attempts. Also, the message has been changed to mention that retries will occur. ([#182](https://github.com/launchdarkly/js-client-sdk/issues/182))
### Fixed:
- The `beforeunload` event handler no longer calls `close` on the client, which was causing the SDK to become unusable if the page did not actually close after this event fired (for instance if the browser navigated to a URL that launched an external application, or if another `beforeunload` handler cancelled leaving the page). Instead, it now only flushes events. There is also an `unload` handler that flushes any additional events that might have been created by any code that ran during the `beforeunload` stage. ([#181](https://github.com/launchdarkly/js-client-sdk/issues/181))
- Removed uses of `Object.assign` that caused errors in Internet Explorer unless a polyfill for that function was present. These were removed earlier in the 2.1.1 release, but had been mistakenly added again.
- Removed development dependency on `typedoc` which caused some vulnerability warnings.
### Deprecated:
- The `samplingInterval` configuration property is deprecated and will be removed in a future version. The intended use case for the `samplingInterval` feature was to reduce analytics event network usage in high-traffic applications. This feature is being deprecated in favor of summary counters, which are meant to track all events.
## [2.14.0] - 2019-09-12

@@ -7,0 +20,0 @@ ### Added:

9

package.json
{
"name": "launchdarkly-react-client-sdk",
"version": "2.14.0",
"version": "2.15.0",
"description": "LaunchDarkly SDK for React",

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

"type": "git",
"url": "git://github.com/launchdarkly/js-client-sdk.git"
"url": "git://github.com/launchdarkly/react-client-sdk.git"
},
"homepage": "https://github.com/launchdarkly/js-client-sdk/tree/master/packages/launchdarkly-react-client-sdk",
"homepage": "https://github.com/launchdarkly/react-client-sdk",
"devDependencies": {

@@ -57,7 +57,6 @@ "@testing-library/jest-dom": "^4.1.0",

"tslint-plugin-prettier": "^2.0.1",
"typedoc": "0.14.2",
"typescript": "^3.6.2"
},
"dependencies": {
"launchdarkly-js-client-sdk": "^2.13.0",
"launchdarkly-js-client-sdk": "2.15.1",
"lodash.camelcase": "^4.3.0",

@@ -64,0 +63,0 @@ "uuid": "^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