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

workbox-build

Package Overview
Dependencies
Maintainers
4
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

workbox-build - npm Package Compare versions

Comparing version 4.0.0-beta.1 to 4.0.0-beta.2

2

build/cdn-details.json

@@ -5,3 +5,3 @@ {

"releasesDir": "releases",
"latestVersion": "4.0.0-beta.1"
"latestVersion": "4.0.0-beta.2"
}

@@ -21,2 +21,3 @@ "use strict";

cacheId: joi.string(),
cleanupOutdatedCaches: joi.boolean().default(defaults.cleanupOutdatedCaches),
clientsClaim: joi.boolean().default(defaults.clientsClaim),

@@ -23,0 +24,0 @@ directoryIndex: joi.string(),

@@ -11,2 +11,3 @@ "use strict";

module.exports = {
cleanupOutdatedCaches: false,
clientsClaim: false,

@@ -13,0 +14,0 @@ globFollow: true,

@@ -22,2 +22,3 @@ "use strict";

cacheId,
cleanupOutdatedCaches,
clientsClaim,

@@ -64,2 +65,3 @@ directoryIndex,

cacheId,
cleanupOutdatedCaches,
clientsClaim,

@@ -66,0 +68,0 @@ importScripts,

@@ -27,2 +27,3 @@ "use strict";

cacheId,
cleanupOutdatedCaches,
clientsClaim,

@@ -52,2 +53,3 @@ directoryIndex,

cacheId,
cleanupOutdatedCaches,
clientsClaim,

@@ -54,0 +56,0 @@ directoryIndex,

@@ -51,2 +51,3 @@ "use strict";

<% } %>
<% if (cleanupOutdatedCaches) { %>workbox.precaching.cleanupOutdatedCaches();<% } %>
<% if (navigateFallback) { %>workbox.routing.registerNavigationRoute(<%= JSON.stringify(navigateFallback) %><% if (navigateFallbackWhitelist || navigateFallbackBlacklist) { %>, {

@@ -53,0 +54,0 @@ <% if (navigateFallbackWhitelist) { %>whitelist: [<%= navigateFallbackWhitelist %>],<% } %>

{
"name": "workbox-build",
"version": "4.0.0-beta.1",
"version": "4.0.0-beta.2",
"description": "A module that integrates into your build process, helping you generate a manifest of local files that workbox-sw should precache.",

@@ -32,15 +32,15 @@ "keywords": [

"strip-comments": "^1.0.2",
"workbox-background-sync": "^4.0.0-beta.1",
"workbox-broadcast-cache-update": "^4.0.0-beta.1",
"workbox-cache-expiration": "^4.0.0-beta.1",
"workbox-cacheable-response": "^4.0.0-beta.1",
"workbox-core": "^4.0.0-beta.1",
"workbox-google-analytics": "^4.0.0-beta.1",
"workbox-navigation-preload": "^4.0.0-beta.1",
"workbox-precaching": "^4.0.0-beta.1",
"workbox-range-requests": "^4.0.0-beta.1",
"workbox-routing": "^4.0.0-beta.1",
"workbox-strategies": "^4.0.0-beta.1",
"workbox-streams": "^4.0.0-beta.1",
"workbox-sw": "^4.0.0-beta.1"
"workbox-background-sync": "^4.0.0-beta.2",
"workbox-broadcast-cache-update": "^4.0.0-beta.2",
"workbox-cache-expiration": "^4.0.0-beta.2",
"workbox-cacheable-response": "^4.0.0-beta.2",
"workbox-core": "^4.0.0-beta.2",
"workbox-google-analytics": "^4.0.0-beta.2",
"workbox-navigation-preload": "^4.0.0-beta.2",
"workbox-precaching": "^4.0.0-beta.2",
"workbox-range-requests": "^4.0.0-beta.2",
"workbox-routing": "^4.0.0-beta.2",
"workbox-strategies": "^4.0.0-beta.2",
"workbox-streams": "^4.0.0-beta.2",
"workbox-sw": "^4.0.0-beta.2"
},

@@ -56,3 +56,3 @@ "main": "build/index.js",

},
"gitHead": "dda07c48e184f57ce5dfe3b3e93af316989a0877"
"gitHead": "a0baa6ac838e1bff9a140ccbe2e78551d9605466"
}

@@ -5,3 +5,3 @@ {

"releasesDir": "releases",
"latestVersion": "4.0.0-beta.1"
"latestVersion": "4.0.0-beta.2"
}

@@ -18,2 +18,3 @@ /*

cacheId: joi.string(),
cleanupOutdatedCaches: joi.boolean().default(defaults.cleanupOutdatedCaches),
clientsClaim: joi.boolean().default(defaults.clientsClaim),

@@ -20,0 +21,0 @@ directoryIndex: joi.string(),

@@ -10,2 +10,3 @@ /*

module.exports = {
cleanupOutdatedCaches: false,
clientsClaim: false,

@@ -12,0 +13,0 @@ globFollow: true,

@@ -18,2 +18,3 @@ /*

cacheId,
cleanupOutdatedCaches,
clientsClaim,

@@ -67,2 +68,3 @@ directoryIndex,

cacheId,
cleanupOutdatedCaches,
clientsClaim,

@@ -69,0 +71,0 @@ importScripts,

@@ -17,2 +17,3 @@ /*

cacheId,
cleanupOutdatedCaches,
clientsClaim,

@@ -43,2 +44,3 @@ directoryIndex,

cacheId,
cleanupOutdatedCaches,
clientsClaim,

@@ -45,0 +47,0 @@ directoryIndex,

@@ -50,2 +50,3 @@ /*

<% } %>
<% if (cleanupOutdatedCaches) { %>workbox.precaching.cleanupOutdatedCaches();<% } %>
<% if (navigateFallback) { %>workbox.routing.registerNavigationRoute(<%= JSON.stringify(navigateFallback) %><% if (navigateFallbackWhitelist || navigateFallbackBlacklist) { %>, {

@@ -52,0 +53,0 @@ <% if (navigateFallbackWhitelist) { %>whitelist: [<%= navigateFallbackWhitelist %>],<% } %>

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