🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

launchdarkly-js-sdk-common

Package Overview
Dependencies
Maintainers
1
Versions
94
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

launchdarkly-js-sdk-common - npm Package Compare versions

Comparing version

to
5.5.1

2

.release-please-manifest.json
{
".": "5.5.0"
".": "5.5.1"
}

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

## [5.5.1](https://github.com/launchdarkly/js-sdk-common/compare/5.5.0...5.5.1) (2025-04-25)
### Bug Fixes
* Add hooks to default options to prevent warning. ([#121](https://github.com/launchdarkly/js-sdk-common/issues/121)) ([9c04081](https://github.com/launchdarkly/js-sdk-common/commit/9c04081e828d2dde84f800c139480e960b537cfe))
## [5.5.0](https://github.com/launchdarkly/js-sdk-common/compare/5.4.0...5.5.0) (2025-04-21)

@@ -7,0 +14,0 @@

{
"name": "launchdarkly-js-sdk-common",
"version": "5.5.0",
"version": "5.5.1",
"description": "LaunchDarkly SDK for JavaScript - common code",

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

@@ -40,2 +40,3 @@ const errors = require('./errors');

inspectors: { default: [] },
hooks: { default: [] },
};

@@ -42,0 +43,0 @@