Socket
Socket
Sign inDemoInstall

workbox-build

Package Overview
Dependencies
Maintainers
4
Versions
100
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 6.0.0-alpha.2 to 6.0.0-alpha.3

2

build/cdn-details.json

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

"releasesDir": "releases",
"latestVersion": "6.0.0-alpha.1"
"latestVersion": "6.0.0-alpha.2"
}

@@ -177,3 +177,4 @@ "use strict";

* to the generated service worker. If `false`, then a `message` listener will
* be added instead, allowing you to conditionally call `skipWaiting()`.
* be added instead, allowing you to conditionally call `skipWaiting()` by posting
* a message containing {type: 'SKIP_WAITING'}.
*

@@ -180,0 +181,0 @@ * @param {boolean} [config.sourcemap=true] Whether to create a sourcemap

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

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

"upath": "^1.2.0",
"workbox-background-sync": "^6.0.0-alpha.2",
"workbox-broadcast-update": "^6.0.0-alpha.2",
"workbox-cacheable-response": "^6.0.0-alpha.2",
"workbox-core": "^6.0.0-alpha.2",
"workbox-expiration": "^6.0.0-alpha.2",
"workbox-google-analytics": "^6.0.0-alpha.2",
"workbox-navigation-preload": "^6.0.0-alpha.2",
"workbox-precaching": "^6.0.0-alpha.2",
"workbox-range-requests": "^6.0.0-alpha.2",
"workbox-routing": "^6.0.0-alpha.2",
"workbox-strategies": "^6.0.0-alpha.2",
"workbox-streams": "^6.0.0-alpha.2",
"workbox-sw": "^6.0.0-alpha.2",
"workbox-window": "^6.0.0-alpha.2"
"workbox-background-sync": "^6.0.0-alpha.3",
"workbox-broadcast-update": "^6.0.0-alpha.3",
"workbox-cacheable-response": "^6.0.0-alpha.3",
"workbox-core": "^6.0.0-alpha.3",
"workbox-expiration": "^6.0.0-alpha.3",
"workbox-google-analytics": "^6.0.0-alpha.3",
"workbox-navigation-preload": "^6.0.0-alpha.3",
"workbox-precaching": "^6.0.0-alpha.3",
"workbox-range-requests": "^6.0.0-alpha.3",
"workbox-routing": "^6.0.0-alpha.3",
"workbox-strategies": "^6.0.0-alpha.3",
"workbox-streams": "^6.0.0-alpha.3",
"workbox-sw": "^6.0.0-alpha.3",
"workbox-window": "^6.0.0-alpha.3"
},

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

},
"gitHead": "45f41a2d2f9870c49837923bb5c5854917da3a08"
"gitHead": "00ba07467b253751e874f53f424f2adb1c06e176"
}

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

"releasesDir": "releases",
"latestVersion": "6.0.0-alpha.1"
"latestVersion": "6.0.0-alpha.2"
}

@@ -174,3 +174,4 @@ /*

* to the generated service worker. If `false`, then a `message` listener will
* be added instead, allowing you to conditionally call `skipWaiting()`.
* be added instead, allowing you to conditionally call `skipWaiting()` by posting
* a message containing {type: 'SKIP_WAITING'}.
*

@@ -177,0 +178,0 @@ * @param {boolean} [config.sourcemap=true] Whether to create a sourcemap

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