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.0 to 2.0.1

3

build/lib/utils/filter-files.js

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

require('./no-revision-for-urls-matching-transform');
const path = require('path');

@@ -75,3 +74,3 @@ /**

return {
url: fileDetails.file.replace(path.sep, '/'),
url: fileDetails.file.replace(/\\/g, '/'),
revision: fileDetails.hash,

@@ -78,0 +77,0 @@ };

{
"name": "workbox-build",
"version": "2.0.0",
"version": "2.0.1",
"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.0"
"workbox-sw": "^2.0.1"
}
}
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