@financial-times/n-tracking
Advanced tools
Comparing version 1.0.0-beta.3 to 1.0.0-beta.4
@@ -43,3 +43,3 @@ 'use strict'; | ||
if (i % 2) { | ||
ownKeys(source, true).forEach(function (key) { | ||
ownKeys(Object(source), true).forEach(function (key) { | ||
_defineProperty(target, key, source[key]); | ||
@@ -50,3 +50,3 @@ }); | ||
} else { | ||
ownKeys(source).forEach(function (key) { | ||
ownKeys(Object(source)).forEach(function (key) { | ||
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); | ||
@@ -53,0 +53,0 @@ }); |
@@ -6,3 +6,3 @@ { | ||
"browser": "dist/browser.js", | ||
"version": "1.0.0-beta.3", | ||
"version": "1.0.0-beta.4", | ||
"license": "MIT", | ||
@@ -37,5 +37,5 @@ "repository": "Financial-Times/n-tracking.git", | ||
"dependencies": { | ||
"@financial-times/o-grid": "^4.5.3", | ||
"@financial-times/o-tracking": "^1.7.2", | ||
"@financial-times/o-viewport": "^3.3.3" | ||
"@financial-times/o-grid": "^5.0.0", | ||
"@financial-times/o-tracking": "^2.0.0", | ||
"@financial-times/o-viewport": "^4.0.0" | ||
}, | ||
@@ -42,0 +42,0 @@ "peerDependencies": { |
Sorry, the diff of this file is too big to display
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
609698
15462
25
+ Added@financial-times/o-grid@5.2.12(transitive)
+ Added@financial-times/o-tracking@2.0.10(transitive)
+ Added@financial-times/o-viewport@4.0.5(transitive)
+ Addedftdomdelegate@4.0.6(transitive)
- Removed@financial-times/o-grid@4.5.3(transitive)
- Removed@financial-times/o-tracking@1.7.3(transitive)
- Removed@financial-times/o-viewport@3.3.3(transitive)
- Removedftdomdelegate@3.1.0(transitive)