@snowplow/browser-plugin-performance-timing
Advanced tools
Comparing version 3.0.0 to 3.0.1-beta.1
/*! | ||
* Attaches Performance Timing data to Snowplow events v3.0.0 (http://bit.ly/sp-js) | ||
* Attaches Performance Timing data to Snowplow events v3.0.1-beta.1 (http://bit.ly/sp-js) | ||
* Copyright 2021 Snowplow Analytics Ltd, 2010 Anthon Pang | ||
@@ -4,0 +4,0 @@ * Licensed under BSD-3-Clause |
/*! | ||
* Attaches Performance Timing data to Snowplow events v3.0.0 (http://bit.ly/sp-js) | ||
* Attaches Performance Timing data to Snowplow events v3.0.1-beta.1 (http://bit.ly/sp-js) | ||
* Copyright 2021 Snowplow Analytics Ltd, 2010 Anthon Pang | ||
@@ -4,0 +4,0 @@ * Licensed under BSD-3-Clause |
/*! | ||
* Attaches Performance Timing data to Snowplow events v3.0.0 (http://bit.ly/sp-js) | ||
* Attaches Performance Timing data to Snowplow events v3.0.1-beta.1 (http://bit.ly/sp-js) | ||
* Copyright 2021 Snowplow Analytics Ltd, 2010 Anthon Pang | ||
@@ -4,0 +4,0 @@ * Licensed under BSD-3-Clause |
{ | ||
"name": "@snowplow/browser-plugin-performance-timing", | ||
"version": "3.0.0", | ||
"version": "3.0.1-beta.1", | ||
"description": "Attaches Performance Timing data to Snowplow events", | ||
@@ -13,2 +13,3 @@ "homepage": "http://bit.ly/sp-js", | ||
"author": "Paul Boocock", | ||
"sideEffects": false, | ||
"main": "./dist/index.umd.js", | ||
@@ -22,7 +23,7 @@ "module": "./dist/index.module.js", | ||
"build": "rollup -c --silent --failAfterWarnings", | ||
"test": "" | ||
"test": "jest --no-cache" | ||
}, | ||
"dependencies": { | ||
"@snowplow/browser-tracker-core": "3.0.0", | ||
"@snowplow/tracker-core": "3.0.0", | ||
"@snowplow/browser-tracker-core": "3.0.1-beta.1", | ||
"@snowplow/tracker-core": "3.0.1-beta.1", | ||
"tslib": "^2.1.0" | ||
@@ -34,2 +35,3 @@ }, | ||
"@types/jest": "^26.0.20", | ||
"@types/jsdom": "^16.2.6", | ||
"@typescript-eslint/eslint-plugin": "^4.9.0", | ||
@@ -40,2 +42,4 @@ "@typescript-eslint/parser": "^4.9.0", | ||
"jest": "^26.6.3", | ||
"jest-environment-jsdom": "^26.6.2", | ||
"jest-environment-jsdom-global": "^2.0.4", | ||
"jest-standard-reporter": "^2.0.0", | ||
@@ -48,3 +52,6 @@ "rollup": "^2.41.1", | ||
"typescript": "^4.2.3" | ||
}, | ||
"peerDependencies": { | ||
"@snowplow/browser-tracker": "~3.0.1-beta.1" | ||
} | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
40412
4
18
+ Added@snowplow/browser-tracker@3.0.3(transitive)
+ Added@snowplow/browser-tracker-core@3.0.1-beta.13.0.3(transitive)
+ Added@snowplow/tracker-core@3.0.1-beta.13.0.3(transitive)
- Removed@snowplow/browser-tracker-core@3.0.0(transitive)
- Removed@snowplow/tracker-core@3.0.0(transitive)