workbox-google-analytics
Advanced tools
Comparing version 2.1.1 to 3.0.0-alpha.1
{ | ||
"name": "workbox-google-analytics", | ||
"version": "2.1.1", | ||
"description": "A service worker helper library to retry offline Google Analytics requests when a connection is available.", | ||
"version": "3.0.0-alpha.1", | ||
"license": "Apache-2.0", | ||
"author": "Google's Web DevRel Team", | ||
"description": "Queues failed requests and uses the Background Sync API to replay them when the network is available", | ||
"repository": "googlechrome/workbox", | ||
"bugs": "https://github.com/googlechrome/workbox/issues", | ||
"homepage": "https://github.com/GoogleChrome/workbox", | ||
"keywords": [ | ||
@@ -11,20 +16,22 @@ "workbox", | ||
"offline", | ||
"google", | ||
"analytics" | ||
], | ||
"author": { | ||
"name": "Jeff Posnick", | ||
"email": "jeffy@google.com", | ||
"url": "https://jeffy.info" | ||
}, | ||
"scripts": { | ||
"prepublish": "gulp build --project workbox-google-analytics" | ||
"build": "gulp build-packages --package workbox-google-analytics", | ||
"version": "npm run build", | ||
"prepare": "npm run build" | ||
}, | ||
"license": "Apache-2.0", | ||
"repository": "googlechrome/workbox", | ||
"bugs": "https://github.com/googlechrome/workbox/issues", | ||
"homepage": "https://github.com/GoogleChrome/workbox/tree/master/packages/workbox-google-analytics", | ||
"files": [ | ||
"build" | ||
], | ||
"main": "build/importScripts/workbox-google-analytics.prod.v2.1.1.js" | ||
"workbox": { | ||
"browserNamespace": "workbox.googleAnalytics", | ||
"packageType": "browser" | ||
}, | ||
"main": "build/workbox-google-analytics.prod.js", | ||
"module": "index.mjs", | ||
"dependencies": { | ||
"workbox-background-sync": "^3.0.0-alpha.1", | ||
"workbox-core": "^3.0.0-alpha.1", | ||
"workbox-routing": "^3.0.0-alpha.1", | ||
"workbox-strategies": "^3.0.0-alpha.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
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality 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
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 2 instances 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
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 4 instances in 1 package
2
1
71298
4
10
430
1
1
0
+ Addedworkbox-core@^3.0.0-alpha.1
+ Addedworkbox-background-sync@3.6.3(transitive)
+ Addedworkbox-core@3.6.3(transitive)
+ Addedworkbox-routing@3.6.3(transitive)
+ Addedworkbox-strategies@3.6.3(transitive)