@segment/analytics.js-integration-segmentio
Advanced tools
Comparing version 4.4.1 to 4.4.2-beta.0
@@ -18,3 +18,3 @@ 'use strict'; | ||
var topDomain = require('@segment/top-domain'); | ||
var utm = require('@segment/utm-params'); | ||
var utm = require('./utm'); | ||
var uuid = require('uuid').v4; | ||
@@ -21,0 +21,0 @@ var Queue = require('@segment/localstorage-retry'); |
{ | ||
"name": "@segment/analytics.js-integration-segmentio", | ||
"description": "The Segmentio analytics.js integration.", | ||
"version": "4.4.1", | ||
"version": "4.4.2-beta.0", | ||
"keywords": [ | ||
@@ -35,3 +35,2 @@ "analytics.js", | ||
"@segment/top-domain": "^3.0.0", | ||
"@segment/utm-params": "^2.0.0", | ||
"component-clone": "^0.2.2", | ||
@@ -59,7 +58,6 @@ "component-cookie": "^1.1.2", | ||
"mocha": "^6.1.4", | ||
"watchify": "^3.11.1", | ||
"proclaim": "^3.4.1", | ||
"sinon": "^1.17.4", | ||
"watchify": "^3.11.1" | ||
}, | ||
"gitHead": "cde252835840914f85c5bb23af61b6dac2ee3f42" | ||
"sinon": "^1.17.4" | ||
} | ||
} |
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
14
2088
84631
1
1
1
- Removed@segment/utm-params@^2.0.0
- Removed@segment/utm-params@2.0.0(transitive)