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

workbox-build

Package Overview
Dependencies
Maintainers
3
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 1.2.0 to 1.3.0

build/test/browser-bundle.js

6

build/lib/utils/filter-files.js

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

const manifestTransforms = [];
let manifestTransforms = [];

@@ -93,3 +93,5 @@ if (options.modifyUrlPrefix) {

if (Array.isArray(options.manifestTransforms)) {
manifestTransforms.concat(options.manifestTransforms);
manifestTransforms = manifestTransforms.concat(
options.manifestTransforms
);
} else {

@@ -96,0 +98,0 @@ throw new Error(errors['bad-manifest-transforms']);

{
"name": "workbox-build",
"version": "1.2.0",
"version": "1.3.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": "^1.1.0"
"workbox-sw": "^1.3.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