Socket
Socket
Sign inDemoInstall

@launchdarkly/js-sdk-common

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 2.6.0 to 2.7.0

7

CHANGELOG.md

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

## [2.7.0](https://github.com/launchdarkly/js-core/compare/js-sdk-common-v2.6.0...js-sdk-common-v2.7.0) (2024-08-28)
### Features
* Correct client evaluation typings. ([#554](https://github.com/launchdarkly/js-core/issues/554)) ([64ab88d](https://github.com/launchdarkly/js-core/commit/64ab88d278308564b4cd7b6433870c7adb09142a))
## [2.6.0](https://github.com/launchdarkly/js-core/compare/js-sdk-common-v2.5.0...js-sdk-common-v2.6.0) (2024-08-12)

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

3

dist/internal/evaluation/index.d.ts
import ErrorKinds from './ErrorKinds';
import { createErrorEvaluationDetail, createSuccessEvaluationDetail } from './evaluationDetail';
import EventFactoryBase, { EvalEventArgs } from './EventFactoryBase';
export { createSuccessEvaluationDetail, createErrorEvaluationDetail, ErrorKinds, EvalEventArgs, EventFactoryBase, };
export { ErrorKinds, EvalEventArgs, EventFactoryBase };
//# sourceMappingURL=index.d.ts.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.EventFactoryBase = exports.ErrorKinds = exports.createErrorEvaluationDetail = exports.createSuccessEvaluationDetail = void 0;
exports.EventFactoryBase = exports.ErrorKinds = void 0;
const ErrorKinds_1 = require("./ErrorKinds");
exports.ErrorKinds = ErrorKinds_1.default;
const evaluationDetail_1 = require("./evaluationDetail");
Object.defineProperty(exports, "createErrorEvaluationDetail", { enumerable: true, get: function () { return evaluationDetail_1.createErrorEvaluationDetail; } });
Object.defineProperty(exports, "createSuccessEvaluationDetail", { enumerable: true, get: function () { return evaluationDetail_1.createSuccessEvaluationDetail; } });
const EventFactoryBase_1 = require("./EventFactoryBase");
exports.EventFactoryBase = EventFactoryBase_1.default;
//# sourceMappingURL=index.js.map
{
"name": "@launchdarkly/js-sdk-common",
"version": "2.6.0",
"version": "2.7.0",
"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

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