@launchdarkly/js-server-sdk-common
Advanced tools
Comparing version 2.4.1 to 2.4.2
@@ -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 @@ |
@@ -78,2 +78,3 @@ "use strict"; | ||
this.prev.fill(0); | ||
this.keyMap.clear(); | ||
} | ||
@@ -80,0 +81,0 @@ index() { |
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
618806
8627