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.21.0 to 2.22.0

8

CHANGELOG.md

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

## [2.22.0] - 2021-01-27
### Added:
- Added the `alias` method to `LDClient`. This method can be used to associate two user objects for analytics purposes. When invoked, this method will queue a new alias event to be sent to LaunchDarkly.
- Added the `autoAliasingOptOut` configuration option. This can be used to control the new automatic aliasing behavior of the `identify` method; by passing `autoAliasingOptOut: true`, `identify` will not automatically generate alias events.
### Changed:
- `LDClient`'s `identify` method will now automatically generate an alias event when switching from an anonymous to a known user. This event associates the two users for analytics purposes as they most likely represent a single person.
## [2.21.0] - 2020-11-17

@@ -7,0 +15,0 @@ ### Fixed:

4

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

@@ -59,3 +59,3 @@ "author": "LaunchDarkly <team@launchdarkly.com>",

"dependencies": {
"launchdarkly-js-client-sdk": "2.18.3",
"launchdarkly-js-client-sdk": "2.19.0",
"lodash.camelcase": "^4.3.0",

@@ -62,0 +62,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