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

@launchdarkly/js-server-sdk-common

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@launchdarkly/js-server-sdk-common - npm Package Compare versions

Comparing version 2.4.3 to 2.4.4

7

CHANGELOG.md

@@ -11,2 +11,9 @@ # Changelog

## [2.4.4](https://github.com/launchdarkly/js-core/compare/js-server-sdk-common-v2.4.3...js-server-sdk-common-v2.4.4) (2024-06-14)
### Bug Fixes
* Include prerequisiteKey in migration op event. ([#481](https://github.com/launchdarkly/js-core/issues/481)) ([824f59d](https://github.com/launchdarkly/js-core/commit/824f59d256e6316365b32117887a1af2520d8996))
## [2.4.3](https://github.com/launchdarkly/js-core/compare/js-server-sdk-common-v2.4.2...js-server-sdk-common-v2.4.3) (2024-06-04)

@@ -13,0 +20,0 @@

2

dist/MigrationOpEventConversion.js

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

if (js_sdk_common_1.TypeValidators.String.is(inReason.prerequisiteKey)) {
outReason.ruleId = inReason.ruleId;
outReason.prerequisiteKey = inReason.prerequisiteKey;
}

@@ -145,0 +145,0 @@ if (js_sdk_common_1.TypeValidators.Boolean.is(inReason.inExperiment)) {

{
"name": "@launchdarkly/js-server-sdk-common",
"version": "2.4.3",
"version": "2.4.4",
"type": "commonjs",

@@ -5,0 +5,0 @@ "main": "./dist/index.js",

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