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 0.4.0 to 0.4.1

LICENSE

16

CHANGELOG.md

@@ -17,2 +17,18 @@ # Changelog

## [0.4.1](https://github.com/launchdarkly/js-core/compare/node-server-sdk-v0.4.0...node-server-sdk-v0.4.1) (2023-04-27)
### Bug Fixes
* add licence and fix missing package.json fields. ([c586398](https://github.com/launchdarkly/js-core/commit/c5863980c5bf4ee2a7590dfc4f7c575045d669b0))
* Ensure top level commands work correctly ([#105](https://github.com/launchdarkly/js-core/issues/105)) ([762571f](https://github.com/launchdarkly/js-core/commit/762571ff851558d229e4d29ba40a9c16b89f2a8d))
* remove beta text from cloudflare sdk readme. ([c586398](https://github.com/launchdarkly/js-core/commit/c5863980c5bf4ee2a7590dfc4f7c575045d669b0))
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @launchdarkly/js-server-sdk-common bumped from 1.0.0 to 1.0.1
## [0.4.0](https://github.com/launchdarkly/js-core/compare/node-server-sdk-v0.3.2...node-server-sdk-v0.4.0) (2023-04-26)

@@ -19,0 +35,0 @@

12

dist/package.json
{
"name": "@launchdarkly/node-server-sdk",
"version": "0.4.0",
"version": "0.4.1",
"description": "LaunchDarkly Server-Side SDK for Node.js",
"homepage": "https://github.com/launchdarkly/js-core/tree/main/packages/sdk/server-node",
"repository": {
"type": "git",
"url": "https://github.com/launchdarkly/js-core.git"
},
"type": "commonjs",

@@ -9,3 +14,3 @@ "main": "./dist/src/index.js",

"files": [
"/dist"
"dist"
],

@@ -18,2 +23,3 @@ "keywords": [

"scripts": {
"clean": "npx tsc --build --clean",
"//": "We run the tests in-band because the FS tests work best sequential.",

@@ -27,3 +33,3 @@ "test": "npx jest --ci --runInBand",

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

@@ -30,0 +36,0 @@ "launchdarkly-eventsource": "^1.4.4"

{
"name": "@launchdarkly/node-server-sdk",
"version": "0.4.0",
"version": "0.4.1",
"description": "LaunchDarkly Server-Side SDK for Node.js",
"homepage": "https://github.com/launchdarkly/js-core/tree/main/packages/sdk/server-node",
"repository": {
"type": "git",
"url": "https://github.com/launchdarkly/js-core.git"
},
"type": "commonjs",

@@ -9,3 +14,3 @@ "main": "./dist/src/index.js",

"files": [
"/dist"
"dist"
],

@@ -18,2 +23,3 @@ "keywords": [

"scripts": {
"clean": "npx tsc --build --clean",
"//": "We run the tests in-band because the FS tests work best sequential.",

@@ -27,3 +33,3 @@ "test": "npx jest --ci --runInBand",

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

@@ -30,0 +36,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