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 to 4.1.0

2

build/cdn-details.json

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

"releasesDir": "releases",
"latestVersion": "4.0.0"
"latestVersion": "4.1.0"
}

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

<% if (skipWaiting) { %>workbox.core.skipWaiting();<% } %>
<% if (skipWaiting) { %>
workbox.core.skipWaiting();
<% } else { %>
self.addEventListener('message', (event) => {
if (event.data && event.data.type === 'SKIP_WAITING') {
self.skipWaiting();
}
});
<% } %>
<% if (clientsClaim) { %>workbox.core.clientsClaim();<% } %>

@@ -38,0 +46,0 @@

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

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

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

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

},
"gitHead": "51ec243c7afc67d5cec835b685bd9ad1e70fb78b"
"gitHead": "6fd1909f69406b7dd5edf3ac6bad3da0ba1e638d"
}

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

"releasesDir": "releases",
"latestVersion": "4.0.0"
"latestVersion": "4.1.0"
}

@@ -34,3 +34,11 @@ /*

<% if (skipWaiting) { %>workbox.core.skipWaiting();<% } %>
<% if (skipWaiting) { %>
workbox.core.skipWaiting();
<% } else { %>
self.addEventListener('message', (event) => {
if (event.data && event.data.type === 'SKIP_WAITING') {
self.skipWaiting();
}
});
<% } %>
<% if (clientsClaim) { %>workbox.core.clientsClaim();<% } %>

@@ -37,0 +45,0 @@

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