@amplitude/analytics-connector
Advanced tools
Comparing version 1.4.1 to 1.4.2
@@ -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" |
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
45974
862