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
1
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 8.0.1 to 8.0.2

14

CHANGELOG.md

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

## [8.0.2](https://github.com/launchdarkly/js-core/compare/node-server-sdk-v8.0.1...node-server-sdk-v8.0.2) (2023-07-05)
### Bug Fixes
* move "default" conditional exports to be last ([#190](https://github.com/launchdarkly/js-core/issues/190)) ([49ca1a1](https://github.com/launchdarkly/js-core/commit/49ca1a1d47595b2c3ef449054ba6d76a8685a590)) (Thanks, [seanparmelee](https://github.com/launchdarkly/js-core/pull/190) and [Katona](https://github.com/launchdarkly/js-core/pull/191)!)
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @launchdarkly/js-server-sdk-common bumped from 1.0.5 to 1.0.6
## [8.0.0](https://github.com/launchdarkly/js-core/compare/node-server-sdk-v0.5.0...node-server-sdk-v8.0.0) (2023-06-26)

@@ -37,0 +51,0 @@

12

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

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

".": {
"default": "./dist/src/index.js",
"types": "./dist/src/index.d.ts"
"types": "./dist/src/index.d.ts",
"default": "./dist/src/index.js"
},
"./integrations": {
"default": "./dist/src/integrations.js",
"types": "./dist/src/integrations.d.ts"
"types": "./dist/src/integrations.d.ts",
"default": "./dist/src/integrations.js"
}

@@ -50,3 +50,3 @@ },

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

@@ -53,0 +53,0 @@ "launchdarkly-eventsource": "^1.4.4"

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

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

".": {
"default": "./dist/src/index.js",
"types": "./dist/src/index.d.ts"
"types": "./dist/src/index.d.ts",
"default": "./dist/src/index.js"
},
"./integrations": {
"default": "./dist/src/integrations.js",
"types": "./dist/src/integrations.d.ts"
"types": "./dist/src/integrations.d.ts",
"default": "./dist/src/integrations.js"
}

@@ -50,3 +50,3 @@ },

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

@@ -53,0 +53,0 @@ "launchdarkly-eventsource": "^1.4.4"

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