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.2.0 to 0.3.0

11

CHANGELOG.md

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

## [0.3.0](https://github.com/launchdarkly/js-core/compare/node-server-sdk-v0.2.0...node-server-sdk-v0.3.0) (2023-03-16)
### ⚠ BREAKING CHANGES
* Make options optional in init method for @launchdarkly/node-server-sdk. ([#64](https://github.com/launchdarkly/js-core/issues/64))
### Bug Fixes
* Make options optional in init method for @launchdarkly/node-server-sdk. ([#64](https://github.com/launchdarkly/js-core/issues/64)) ([291804e](https://github.com/launchdarkly/js-core/commit/291804e75119f42575615569c974c0813453d737))
## [0.2.0](https://github.com/launchdarkly/js-core/compare/node-server-sdk-v0.1.0...node-server-sdk-v0.2.0) (2023-03-16)

@@ -7,0 +18,0 @@

2

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

@@ -5,0 +5,0 @@ "type": "commonjs",

@@ -35,3 +35,3 @@ /// <reference types="node" />

*/
export declare function init(sdkKey: string, options: LDOptions): LDClient & EventEmitter;
export declare function init(sdkKey: string, options?: LDOptions): LDClient & EventEmitter;
/**

@@ -38,0 +38,0 @@ * Provides a simple {@link LDLogger} implementation.

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

*/
function init(sdkKey, options) {
function init(sdkKey, options = {}) {
return new LDClientNode_1.default(sdkKey, options);

@@ -53,0 +53,0 @@ }

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

@@ -5,0 +5,0 @@ "type": "commonjs",

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