@snowplow/browser-plugin-client-hints
Advanced tools
Comparing version 3.0.0-alpha.3 to 3.0.0-alpha.4
{ | ||
"name": "@snowplow/browser-plugin-client-hints", | ||
"version": "3.0.0-alpha.3", | ||
"version": "3.0.0-alpha.4", | ||
"description": "Attaches Client Hints to Snowplow events", | ||
@@ -13,5 +13,5 @@ "homepage": "http://bit.ly/sp-js", | ||
"author": "Paul Boocock", | ||
"main": "./dist/index.umd.js", | ||
"module": "./dist/index.module.js", | ||
"types": "./dist/index.module.d.ts", | ||
"main": "./dist/browser-plugin-client-hints.umd.js", | ||
"module": "./dist/browser-plugin-client-hints.module.js", | ||
"types": "./dist/browser-plugin-client-hints.module.d.ts", | ||
"files": [ | ||
@@ -25,8 +25,8 @@ "dist" | ||
"dependencies": { | ||
"@snowplow/browser-tracker-core": "3.0.0-alpha.3", | ||
"tslib": "^2.0.3" | ||
"@snowplow/browser-tracker-core": "3.0.0-alpha.4", | ||
"tslib": "^2.1.0" | ||
}, | ||
"devDependencies": { | ||
"@rollup/plugin-commonjs": "^17.0.0", | ||
"@rollup/plugin-node-resolve": "^11.0.0", | ||
"@rollup/plugin-commonjs": "^17.1.0", | ||
"@rollup/plugin-node-resolve": "^11.2.0", | ||
"@types/jest": "^26.0.20", | ||
@@ -39,3 +39,3 @@ "@typescript-eslint/eslint-plugin": "^4.9.0", | ||
"jest-standard-reporter": "^2.0.0", | ||
"rollup": "^2.34.0", | ||
"rollup": "^2.41.1", | ||
"rollup-plugin-cleanup": "^3.2.1", | ||
@@ -45,4 +45,4 @@ "rollup-plugin-license": "^2.2.0", | ||
"ts-jest": "^26.5.0", | ||
"typescript": "^4.1.2" | ||
"typescript": "^4.2.3" | ||
} | ||
} |
@@ -39,3 +39,3 @@ # Snowplow Client Hint Tracking | ||
newTracker('sp1', '{{collector}}', { Plugins: [ ClientHintsPlugin() ] }); // Also stores reference at module level | ||
newTracker('sp1', '{{collector}}', { plugins: [ ClientHintsPlugin() ] }); // Also stores reference at module level | ||
``` | ||
@@ -42,0 +42,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
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
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
28461
1
+ Added@snowplow/browser-tracker-core@3.0.0-alpha.4(transitive)
+ Added@snowplow/tracker-core@3.0.0-alpha.4(transitive)
- Removed@snowplow/browser-tracker-core@3.0.0-alpha.3(transitive)
- Removed@snowplow/tracker-core@3.0.0-alpha.3(transitive)
Updatedtslib@^2.1.0