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

@launchdarkly/node-server-sdk

Package Overview
Dependencies
Maintainers
0
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@launchdarkly/node-server-sdk - npm Package Compare versions

Comparing version 9.4.6 to 9.4.7

7

CHANGELOG.md

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

## [9.4.7](https://github.com/launchdarkly/js-core/compare/node-server-sdk-v9.4.6...node-server-sdk-v9.4.7) (2024-07-01)
### Bug Fixes
* Log errors when there is no error event handler. ([#495](https://github.com/launchdarkly/js-core/issues/495)) ([6b73699](https://github.com/launchdarkly/js-core/commit/6b73699061efa46cd291756d3932fcf78d480f40))
## [9.4.6](https://github.com/launchdarkly/js-core/compare/node-server-sdk-v9.4.5...node-server-sdk-v9.4.6) (2024-06-14)

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

2

dist/package.json
{
"name": "@launchdarkly/node-server-sdk",
"version": "9.4.6",
"version": "9.4.7",
"description": "LaunchDarkly Server-Side SDK for Node.js",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/launchdarkly/js-core/tree/main/packages/sdk/server-node",

@@ -30,2 +30,5 @@ "use strict";

}
else {
logger.error(err.message);
}
},

@@ -32,0 +35,0 @@ onFailed: (err) => {

{
"name": "@launchdarkly/node-server-sdk",
"version": "9.4.6",
"version": "9.4.7",
"description": "LaunchDarkly Server-Side SDK for Node.js",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/launchdarkly/js-core/tree/main/packages/sdk/server-node",

Sorry, the diff of this file is not supported yet

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