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

@launchdarkly/js-server-sdk-common

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@launchdarkly/js-server-sdk-common - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

7

CHANGELOG.md

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

## [2.0.1](https://github.com/launchdarkly/js-core/compare/js-server-sdk-common-v2.0.0...js-server-sdk-common-v2.0.1) (2023-10-16)
### Bug Fixes
* Export migration APIs. ([#302](https://github.com/launchdarkly/js-core/issues/302)) ([1aaaec7](https://github.com/launchdarkly/js-core/commit/1aaaec772f6e2f01156241ba2dbad1fd578511d5))
## [2.0.0](https://github.com/launchdarkly/js-core/compare/js-server-sdk-common-v1.2.3...js-server-sdk-common-v2.0.0) (2023-10-16)

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

2

dist/api/data/LDMigrationOpEvent.d.ts

@@ -50,3 +50,3 @@ import { LDEvaluationReason } from '@launchdarkly/js-sdk-common';

* Generally this event should not be created directly and instead an
* {@link MigrationOpTracker} should be used to generate it.
* LDMigrationOpTracker should be used to generate it.
*/

@@ -53,0 +53,0 @@ export interface LDMigrationOpEvent {

export * from './data';
export * from './options';
export * from './LDClient';
export * from './LDMigration';
export * from './interfaces/DataKind';

@@ -5,0 +6,0 @@ export * from './subsystems/LDFeatureStore';

@@ -21,2 +21,3 @@ "use strict";

__exportStar(require("./LDClient"), exports);
__exportStar(require("./LDMigration"), exports);
__exportStar(require("./interfaces/DataKind"), exports);

@@ -23,0 +24,0 @@ __exportStar(require("./subsystems/LDFeatureStore"), exports);

{
"name": "@launchdarkly/js-server-sdk-common",
"version": "2.0.0",
"version": "2.0.1",
"type": "commonjs",

@@ -5,0 +5,0 @@ "main": "./dist/index.js",

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