New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@amplitude/experiment-js-client

Package Overview
Dependencies
Maintainers
20
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@amplitude/experiment-js-client - npm Package Compare versions

Comparing version 1.9.0-beta.7 to 1.9.0

LICENSE

10

dist/experiment.es2015.js

@@ -293,3 +293,3 @@ import { AnalyticsConnector } from '@amplitude/analytics-connector';

var version = "1.9.0-beta.7";
var version = "1.9.0";

@@ -375,3 +375,3 @@ class ConnectorUserProvider {

return __awaiter(this, void 0, void 0, function* () {
return safeGlobal.localStorage.getItem(key);
return localStorage.getItem(key);
});

@@ -381,3 +381,4 @@ }

return __awaiter(this, void 0, void 0, function* () {
safeGlobal.localStorage.setItem(key, value);
localStorage.setItem(key, value);
return;
});

@@ -387,3 +388,4 @@ }

return __awaiter(this, void 0, void 0, function* () {
safeGlobal.localStorage.removeItem(key);
localStorage.removeItem(key);
return;
});

@@ -390,0 +392,0 @@ }

7

package.json
{
"name": "@amplitude/experiment-js-client",
"version": "1.9.0-beta.7",
"version": "1.9.0",
"description": "Amplitude Experiment Javascript Client SDK",

@@ -37,4 +37,4 @@ "keywords": [

"dependencies": {
"@amplitude/experiment-core": "^0.6.0",
"@amplitude/analytics-connector": "^1.5.0",
"@amplitude/experiment-core": "^0.7.0",
"@amplitude/ua-parser-js": "^0.7.31",

@@ -50,3 +50,4 @@ "base64-js": "1.5.1",

"dist"
]
],
"gitHead": "f26065481f9a8668722e6995d437d49aa1f45413"
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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