@snowplow/browser-plugin-client-hints
Advanced tools
Comparing version 3.1.1-beta.1 to 3.1.1-beta.2
/*! | ||
* Attaches Client Hints to Snowplow events v3.1.1-beta.1 (http://bit.ly/sp-js) | ||
* Attaches Client Hints to Snowplow events v3.1.1-beta.2 (http://bit.ly/sp-js) | ||
* Copyright 2021 Snowplow Analytics Ltd, 2010 Anthon Pang | ||
@@ -4,0 +4,0 @@ * Licensed under BSD-3-Clause |
/*! | ||
* Attaches Client Hints to Snowplow events v3.1.1-beta.1 (http://bit.ly/sp-js) | ||
* Attaches Client Hints to Snowplow events v3.1.1-beta.2 (http://bit.ly/sp-js) | ||
* Copyright 2021 Snowplow Analytics Ltd, 2010 Anthon Pang | ||
@@ -4,0 +4,0 @@ * Licensed under BSD-3-Clause |
/*! | ||
* Attaches Client Hints to Snowplow events v3.1.1-beta.1 (http://bit.ly/sp-js) | ||
* Attaches Client Hints to Snowplow events v3.1.1-beta.2 (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-client-hints", | ||
"version": "3.1.1-beta.1", | ||
"description": "Attaches Client Hints to Snowplow events", | ||
"homepage": "http://bit.ly/sp-js", | ||
"bugs": "https://github.com/snowplow/snowplow-javascript-tracker/issues", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/snowplow/snowplow-javascript-tracker.git" | ||
}, | ||
"license": "BSD-3-Clause", | ||
"author": "Paul Boocock", | ||
"sideEffects": false, | ||
"main": "./dist/index.umd.js", | ||
"module": "./dist/index.module.js", | ||
"types": "./dist/index.module.d.ts", | ||
"files": [ | ||
"dist" | ||
], | ||
"scripts": { | ||
"build": "rollup -c --silent --failAfterWarnings", | ||
"test": "" | ||
}, | ||
"dependencies": { | ||
"@snowplow/browser-tracker-core": "3.1.1-beta.1", | ||
"tslib": "^2.1.0" | ||
}, | ||
"devDependencies": { | ||
"@rollup/plugin-commonjs": "^17.1.0", | ||
"@rollup/plugin-node-resolve": "^11.2.0", | ||
"@types/jest": "^26.0.20", | ||
"@typescript-eslint/eslint-plugin": "^4.9.0", | ||
"@typescript-eslint/parser": "^4.9.0", | ||
"@wessberg/rollup-plugin-ts": "^1.3.10", | ||
"eslint": "^7.7.0", | ||
"jest": "^26.6.3", | ||
"jest-standard-reporter": "^2.0.0", | ||
"rollup": "^2.41.1", | ||
"rollup-plugin-cleanup": "^3.2.1", | ||
"rollup-plugin-license": "^2.2.0", | ||
"rollup-plugin-terser": "^7.0.2", | ||
"ts-jest": "^26.5.0", | ||
"typescript": "^4.2.3" | ||
}, | ||
"peerDependencies": { | ||
"@snowplow/browser-tracker": "~3.1.1-beta.1" | ||
} | ||
} | ||
"name": "@snowplow/browser-plugin-client-hints", | ||
"version": "3.1.1-beta.2", | ||
"description": "Attaches Client Hints to Snowplow events", | ||
"homepage": "http://bit.ly/sp-js", | ||
"bugs": "https://github.com/snowplow/snowplow-javascript-tracker/issues", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/snowplow/snowplow-javascript-tracker.git" | ||
}, | ||
"license": "BSD-3-Clause", | ||
"author": "Paul Boocock", | ||
"sideEffects": false, | ||
"main": "./dist/index.umd.js", | ||
"module": "./dist/index.module.js", | ||
"types": "./dist/index.module.d.ts", | ||
"files": [ | ||
"dist" | ||
], | ||
"dependencies": { | ||
"@snowplow/browser-tracker-core": "3.1.1-beta.2", | ||
"tslib": "^2.3.0" | ||
}, | ||
"devDependencies": { | ||
"@rollup/plugin-commonjs": "^17.1.0", | ||
"@rollup/plugin-node-resolve": "^11.2.0", | ||
"@types/jest": "^26.0.20", | ||
"@typescript-eslint/eslint-plugin": "^4.9.0", | ||
"@typescript-eslint/parser": "^4.9.0", | ||
"rollup-plugin-ts": "^1.4.0", | ||
"eslint": "^7.7.0", | ||
"jest": "^26.6.3", | ||
"jest-standard-reporter": "^2.0.0", | ||
"rollup": "^2.41.1", | ||
"rollup-plugin-cleanup": "^3.2.1", | ||
"rollup-plugin-license": "^2.2.0", | ||
"rollup-plugin-terser": "^7.0.2", | ||
"ts-jest": "^26.5.0", | ||
"typescript": "^4.3.5" | ||
}, | ||
"peerDependencies": { | ||
"@snowplow/browser-tracker": "~3.1.1-beta.2" | ||
}, | ||
"scripts": { | ||
"build": "rollup -c --silent --failAfterWarnings", | ||
"test": "" | ||
} | ||
} |
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
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
28427
12
246
+ Added@snowplow/browser-tracker-core@3.1.1-beta.2(transitive)
+ Added@snowplow/tracker-core@3.1.1-beta.2(transitive)
- Removed@snowplow/browser-tracker-core@3.1.1-beta.1(transitive)
- Removed@snowplow/tracker-core@3.1.1-beta.1(transitive)
Updatedtslib@^2.3.0