workbox-precaching
Advanced tools
Comparing version 2.1.0 to 3.0.0-alpha.1
{ | ||
"name": "workbox-precaching", | ||
"version": "2.1.0", | ||
"description": "A lower-level server worker library to precache a manifest of URLs.", | ||
"version": "3.0.0-alpha.1", | ||
"license": "Apache-2.0", | ||
"author": "Google's Web DevRel Team", | ||
"description": "This module efficiently precaches assets.", | ||
"repository": "googlechrome/workbox", | ||
"bugs": "https://github.com/googlechrome/workbox/issues", | ||
"homepage": "https://github.com/GoogleChrome/workbox", | ||
"keywords": [ | ||
@@ -9,25 +14,18 @@ "workbox", | ||
"service worker", | ||
"sw", | ||
"caching", | ||
"cache", | ||
"precache" | ||
"sw" | ||
], | ||
"files": [ | ||
"src", | ||
"build" | ||
], | ||
"scripts": { | ||
"prepublish": "gulp build --project workbox-precaching" | ||
"build": "gulp build-packages --package workbox-precaching", | ||
"version": "npm run build", | ||
"prepare": "npm run build" | ||
}, | ||
"author": "Google's Web DevRel Team", | ||
"license": "Apache-2.0", | ||
"repository": "googlechrome/workbox", | ||
"bugs": "https://github.com/googlechrome/workbox/issues", | ||
"homepage": "https://github.com/GoogleChrome/workbox/tree/master/packages/workbox-precaching", | ||
"devDependencies": { | ||
"workbox-routing": "^2.1.0", | ||
"workbox-runtime-caching": "^2.0.3" | ||
"workbox": { | ||
"browserNamespace": "workbox.precaching", | ||
"packageType": "browser" | ||
}, | ||
"main": "build/importScripts/workbox-precaching.prod.v2.1.0.js", | ||
"module": "build/modules/workbox-precaching.prod.v2.1.0.mjs" | ||
"main": "build/workbox-precaching.prod.js", | ||
"module": "index.mjs", | ||
"dependencies": { | ||
"workbox-core": "^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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
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 3 instances in 1 package
0
2
1
263735
1
18
1865
1
1
0
14
+ Addedworkbox-core@^3.0.0-alpha.1
+ Addedworkbox-core@3.6.3(transitive)