Socket
Socket
Sign inDemoInstall

workbox-build

Package Overview
Dependencies
Maintainers
3
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 2.0.3 to 2.1.0

1

build/index.js

@@ -346,3 +346,2 @@ 'use strict';

*/
module.exports = {

@@ -349,0 +348,0 @@ generateSW,

3

build/lib/log-helper.js

@@ -36,2 +36,3 @@ 'use strict';

* should be printed to the console.
* @private
*/

@@ -50,2 +51,3 @@ warn(msg, runtimeInfo) {

* @param {Error} [err] An optional error to print to the console.
* @private
*/

@@ -63,2 +65,3 @@ error(msg, err) {

* @param {string} msg Message to print to the console
* @private
*/

@@ -65,0 +68,0 @@ log(msg) {

@@ -52,2 +52,3 @@ 'use strict';

* @memberof module:workbox-build
* @private
*/

@@ -54,0 +55,0 @@

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

*
* @private
* @param {string} string The string to be used as part of a regular

@@ -13,0 +14,0 @@ * expression

@@ -8,3 +8,3 @@ 'use strict';

* into a string that would configure equivalent `workbox-sw` behavior.
*
* @private
* @param {Object} options See

@@ -11,0 +11,0 @@ * https://googlechrome.github.io/sw-toolbox/api.html#options

@@ -13,2 +13,4 @@ 'use strict';

* (injectManifest, etc.).
*
* @private
*/

@@ -15,0 +17,0 @@ module.exports = (blacklist, fullConfig, methodName) => {

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

@@ -35,4 +35,4 @@ "keywords": [

"mkdirp": "^0.5.1",
"workbox-sw": "^2.0.3"
"workbox-sw": "^2.1.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