Socket
Socket
Sign inDemoInstall

workbox-precaching

Package Overview
Dependencies
Maintainers
3
Versions
95
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 0.0.1 to 0.0.2

build/importScripts/workbox-precaching.dev.v0.0.2.js

10

package.json
{
"name": "workbox-precaching",
"version": "0.0.1",
"version": "0.0.2",
"description": "This library is still a work in progress and is not functional.",

@@ -27,7 +27,7 @@ "keywords": [

"devDependencies": {
"workbox-routing": "^0.0.1",
"workbox-runtime-caching": "^0.0.1"
"workbox-routing": "^0.0.2",
"workbox-runtime-caching": "^0.0.2"
},
"main": "build/importScripts/workbox-precaching.prod.v0.0.1.js",
"module": "build/modules/workbox-precaching.prod.v0.0.1.mjs"
"main": "build/importScripts/workbox-precaching.prod.v0.0.2.js",
"module": "build/modules/workbox-precaching.prod.v0.0.2.mjs"
}

@@ -22,2 +22,4 @@ /*

*
* **Install:** `npm install --save-dev workbox-precaching`
*
* The revisioned caching will cache bust requests where appropriate and

@@ -30,3 +32,3 @@ * only cache assets that have a changed revision asset compared to

*
* const revCacheManager = new goog.precaching.RevisionedCacheManager();
* const revCacheManager = new workbox.precaching.RevisionedCacheManager();
* revCacheManager.addToCacheList({

@@ -42,3 +44,3 @@ * revisionedFiles: [

*
* const unrevCacheManager = new goog.precaching.UnrevisionedCacheManager();
* const unrevCacheManager = new workbox.precaching.UnrevisionedCacheManager();
* unrevCacheManager.addToCacheList({

@@ -45,0 +47,0 @@ * unrevisionedFiles: [

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