New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@launchdarkly/js-server-sdk-common

Package Overview
Dependencies
Maintainers
1
Versions
60
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.11.0 to 2.11.1

7

CHANGELOG.md

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

## [2.11.1](https://github.com/launchdarkly/js-core/compare/js-server-sdk-common-v2.11.0...js-server-sdk-common-v2.11.1) (2025-02-18)
### Bug Fixes
* Fix issue where flush callback could be called twice. ([#779](https://github.com/launchdarkly/js-core/issues/779)) ([c377e89](https://github.com/launchdarkly/js-core/commit/c377e890f9af71f1658f3303217118206496a602))
## [2.11.0](https://github.com/launchdarkly/js-core/compare/js-server-sdk-common-v2.10.0...js-server-sdk-common-v2.11.0) (2025-01-22)

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

4

dist/LDClientImpl.js

@@ -393,5 +393,5 @@ "use strict";

catch (err) {
callback === null || callback === void 0 ? void 0 : callback(err, false);
return callback === null || callback === void 0 ? void 0 : callback(err, false);
}
callback === null || callback === void 0 ? void 0 : callback(null, true);
return callback === null || callback === void 0 ? void 0 : callback(null, true);
}

@@ -398,0 +398,0 @@ addHook(hook) {

{
"name": "@launchdarkly/js-server-sdk-common",
"version": "2.11.0",
"version": "2.11.1",
"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