workbox-build
Advanced tools
Comparing version 1.2.0 to 1.3.0
@@ -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" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
65920
31
1265
1
Updatedworkbox-sw@^1.3.0