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

@launchdarkly/js-sdk-common

Package Overview
Dependencies
Maintainers
1
Versions
32
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 1.0.1 to 1.0.2

7

CHANGELOG.md

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

## [1.0.2](https://github.com/launchdarkly/js-core/compare/js-sdk-common-v1.0.1...js-sdk-common-v1.0.2) (2023-06-13)
### Bug Fixes
* Correctly handle excluded big segments. ([#160](https://github.com/launchdarkly/js-core/issues/160)) ([e9cb45a](https://github.com/launchdarkly/js-core/commit/e9cb45a14ed6d3f931680dab0feb4b5cef350592))
## [1.0.1](https://github.com/launchdarkly/js-core/compare/js-sdk-common-v1.0.0...js-sdk-common-v1.0.1) (2023-04-27)

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

2

dist/logging/BasicLogger.js

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

if (this.destination) {
this.tryWrite(this.tryFormat(prefix, ...args));
this.tryWrite(`${prefix} ${this.tryFormat(...args)}`);
}

@@ -70,0 +70,0 @@ else {

{
"name": "@launchdarkly/js-sdk-common",
"version": "1.0.1",
"version": "1.0.2",
"type": "commonjs",

@@ -22,2 +22,3 @@ "main": "./dist/index.js",

"scripts": {
"doc": "../../../scripts/build-doc.sh .",
"test": "npx jest --ci",

@@ -24,0 +25,0 @@ "build": "npx tsc",

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