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.4.1 to 2.4.2

7

CHANGELOG.md

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

## [2.4.2](https://github.com/launchdarkly/js-core/compare/js-server-sdk-common-v2.4.1...js-server-sdk-common-v2.4.2) (2024-05-31)
### Bug Fixes
* LRU cache memory leak. ([#475](https://github.com/launchdarkly/js-core/issues/475)) ([a5fdefc](https://github.com/launchdarkly/js-core/commit/a5fdefcf48f359ab26846edb057eb480bfc3db7e)), closes [#474](https://github.com/launchdarkly/js-core/issues/474)
## [2.4.1](https://github.com/launchdarkly/js-core/compare/js-server-sdk-common-v2.4.0...js-server-sdk-common-v2.4.1) (2024-04-26)

@@ -13,0 +20,0 @@

1

dist/cache/LruCache.js

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

this.prev.fill(0);
this.keyMap.clear();
}

@@ -80,0 +81,0 @@ index() {

2

package.json
{
"name": "@launchdarkly/js-server-sdk-common",
"version": "2.4.1",
"version": "2.4.2",
"type": "commonjs",

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

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