@launchdarkly/js-server-sdk-common
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -5,2 +5,9 @@ # Changelog | ||
## [2.0.2](https://github.com/launchdarkly/js-core/compare/js-server-sdk-common-v2.0.1...js-server-sdk-common-v2.0.2) (2023-11-01) | ||
### Bug Fixes | ||
* Correct comparison for typeof check. ([#308](https://github.com/launchdarkly/js-core/issues/308)) ([568f2ab](https://github.com/launchdarkly/js-core/commit/568f2ab04d308da53b8a53bb6157a9ccd80c0b08)) | ||
## [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) | ||
@@ -7,0 +14,0 @@ |
@@ -244,3 +244,3 @@ "use strict"; | ||
// TODO: Need to validate performance existence check with edge SDKs. | ||
if (typeof performance !== undefined) { | ||
if (typeof performance !== 'undefined') { | ||
start = performance.now(); | ||
@@ -247,0 +247,0 @@ result = await method(); |
{ | ||
"name": "@launchdarkly/js-server-sdk-common", | ||
"version": "2.0.1", | ||
"version": "2.0.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
581810