Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@amplitude/analytics-connector

Package Overview
Dependencies
Maintainers
19
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@amplitude/analytics-connector - npm Package Compare versions

Comparing version 1.4.1 to 1.4.2

7

dist/analyticsConnector.umd.js

@@ -775,4 +775,7 @@ (function (global, factory) {

}
if (primitive.includes(typeA)) {
return obj1 === obj2;
for (var _i = 0, primitive_1 = primitive; _i < primitive_1.length; _i++) {
var p = primitive_1[_i];
if (p === typeA) {
return obj1 === obj2;
}
}

@@ -779,0 +782,0 @@ //if got here - objects

{
"name": "@amplitude/analytics-connector",
"version": "1.4.1",
"version": "1.4.2",
"description": "Connector package for Amplitude SDKs",

@@ -25,2 +25,3 @@ "main": "dist/analyticsConnector.umd.js",

"license": "MIT",
"private": false,
"bugs": {

@@ -27,0 +28,0 @@ "url": "https://github.com/amplitude/experiment-js-client/issues"

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