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

@launchdarkly/node-server-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/node-server-sdk - npm Package Compare versions

Comparing version 9.7.2 to 9.7.3

14

CHANGELOG.md

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

## [9.7.3](https://github.com/launchdarkly/js-core/compare/node-server-sdk-v9.7.2...node-server-sdk-v9.7.3) (2025-01-22)
### Bug Fixes
* Fix typo in proxy-authorization header for basic authentication. ([#720](https://github.com/launchdarkly/js-core/issues/720)) ([220b6d6](https://github.com/launchdarkly/js-core/commit/220b6d6d34331d271ca30f0cae363c734fcc38bf)), closes [#718](https://github.com/launchdarkly/js-core/issues/718)
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @launchdarkly/js-server-sdk-common bumped from 2.10.0 to 2.11.0
## [9.7.2](https://github.com/launchdarkly/js-core/compare/node-server-sdk-v9.7.1...node-server-sdk-v9.7.2) (2024-11-14)

@@ -7,0 +21,0 @@

4

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

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

"dependencies": {
"@launchdarkly/js-server-sdk-common": "2.10.0",
"@launchdarkly/js-server-sdk-common": "2.11.0",
"https-proxy-agent": "^5.0.1",

@@ -51,0 +51,0 @@ "launchdarkly-eventsource": "2.0.3"

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

parsedOptions.headers = {
'Proxy-Authorization': `Basic ${Buffer.from(proxyOptions.auth).toString('base64')}}`,
'Proxy-Authorization': `Basic ${Buffer.from(proxyOptions.auth).toString('base64')}`,
};

@@ -44,0 +44,0 @@ }

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

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

"dependencies": {
"@launchdarkly/js-server-sdk-common": "2.10.0",
"@launchdarkly/js-server-sdk-common": "2.11.0",
"https-proxy-agent": "^5.0.1",

@@ -51,0 +51,0 @@ "launchdarkly-eventsource": "2.0.3"

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