@vivareal/tracking
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -291,3 +291,3 @@ 'use strict'; | ||
install(Vue, options = {}) { | ||
if (!options.clickstreamTracker || !(clickstreamTracker instanceof Tracking)) { | ||
if (!options.clickstreamTracker || !(options.clickstreamTracker instanceof Tracking)) { | ||
throw Error('We need a data layer please.'); | ||
@@ -294,0 +294,0 @@ } |
@@ -287,3 +287,3 @@ const validateRequiredParams = (data, { | ||
install(Vue, options = {}) { | ||
if (!options.clickstreamTracker || !(clickstreamTracker instanceof Tracking)) { | ||
if (!options.clickstreamTracker || !(options.clickstreamTracker instanceof Tracking)) { | ||
throw Error('We need a data layer please.'); | ||
@@ -290,0 +290,0 @@ } |
{ | ||
"name": "@vivareal/tracking", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "A set of tracking events helpers", | ||
@@ -47,3 +47,3 @@ "author": "Grupo ZAP", | ||
}, | ||
"gitHead": "a1e0ff3ca6ee8286ad0794fcfb879cc403589a03", | ||
"gitHead": "8d9bb08045f3f155fbe77485cd5fa2b84cd58546", | ||
"dependencies": { | ||
@@ -50,0 +50,0 @@ "@rollup/plugin-babel": "^5.0.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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
17792
4
540