Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

workbox-precaching

Package Overview
Dependencies
Maintainers
3
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

workbox-precaching - npm Package Compare versions

Comparing version 2.1.0 to 3.0.0-alpha.1

_default.mjs

40

package.json
{
"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"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc