@segment/analytics.js-core
Advanced tools
Comparing version 3.6.0-alpha to 3.6.0-alpha.2
3.6.0-alpha.2 / 2018-05-09 | ||
================== | ||
* Fix the tracking plan when load options are specified (#74). | ||
3.6.0-alpha / 2018-05-09 | ||
@@ -3,0 +8,0 @@ ================== |
@@ -788,3 +788,3 @@ 'use strict'; | ||
if (planIntegrations.All === false) { | ||
integrations = {}; | ||
integrations = { All: false }; | ||
} | ||
@@ -791,0 +791,0 @@ |
{ | ||
"name": "@segment/analytics.js-core", | ||
"author": "Segment <friends@segment.com>", | ||
"version": "3.6.0-alpha", | ||
"version": "3.6.0-alpha.2", | ||
"description": "The hassle-free way to integrate analytics into any web application.", | ||
@@ -6,0 +6,0 @@ "keywords": [ |
@@ -1354,2 +1354,3 @@ 'use strict'; | ||
integrations: { | ||
All: false, | ||
Test: true | ||
@@ -1374,3 +1375,3 @@ }, | ||
var track2 = analytics._invoke.args[1][1]; | ||
assert.deepEqual(track2.obj.integrations, { Test: false }); | ||
assert.deepEqual(track2.obj.integrations, { All: false, Test: false }); | ||
}); | ||
@@ -1377,0 +1378,0 @@ |
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
196341
4532