@harnessio/ff-javascript-client-sdk
Advanced tools
Comparing version 1.2.1 to 1.2.2
{ | ||
"name": "@harnessio/ff-javascript-client-sdk", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"author": "Harness", | ||
@@ -25,5 +25,2 @@ "license": "Apache-2.0", | ||
"esbuild": "^0.9.0", | ||
"event-source-polyfill": "^1.0.22", | ||
"jwt-decode": "^3.1.2", | ||
"mitt": "^2.1.0", | ||
"prettier": "^2.2.1", | ||
@@ -40,2 +37,7 @@ "tslib": "^2.0.3", | ||
}, | ||
"dependencies": { | ||
"jwt-decode": "*", | ||
"mitt": "*", | ||
"event-source-polyfill": "*" | ||
}, | ||
"peerDependencies": { | ||
@@ -42,0 +44,0 @@ "jwt-decode": "*", |
# Harness Feature Flags Client SDK for JavaScript | ||
Library for integrating Harness Feature Flags into JavaScript applications. | ||
Library for integrating Harness Feature Flags into JavaScript UI applications. | ||
@@ -5,0 +5,0 @@ ## Install |
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
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
Found 3 instances 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
65310
8
6
3
+ Addedevent-source-polyfill@*
+ Addedjwt-decode@*
+ Addedmitt@*