vue-multianalytics
Advanced tools
Comparing version
{ | ||
"name": "vue-multianalytics", | ||
"version": "1.4.2", | ||
"version": "1.4.3", | ||
"description": "A vue multianalytics tool", | ||
@@ -5,0 +5,0 @@ "main": "./dist/vue-multianalytics.min.js", |
@@ -61,3 +61,3 @@ import { MODULE_SEGMENT } from '../analyticsTypes' | ||
try { | ||
let fullProperties = Object.assign(this.superProperties, properties) | ||
let fullProperties = Object.assign(properties, this.superProperties) | ||
analytics.track(action, fullProperties); | ||
@@ -64,0 +64,0 @@ } catch (e) { |
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package