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

workbox-webpack-plugin

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-webpack-plugin - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

4

build/index.js

@@ -0,1 +1,3 @@

'use strict';
const swBuild = require('workbox-build');

@@ -66,3 +68,3 @@ const path = require('path');

if (compilation.options.output.publicPath) {
const {publicPath} = compilation.options.output;
const publicPath = compilation.options.output.publicPath;
const compiledAssets = [];

@@ -69,0 +71,0 @@ for (let key in compilation.assets) {

{
"name": "workbox-webpack-plugin",
"version": "2.1.0",
"version": "2.1.1",
"description": "A plugin for your Webpack build process, helping you generate a manifest of local files that workbox-sw should precache.",

@@ -26,3 +26,3 @@ "keywords": [

"dependencies": {
"workbox-build": "^2.1.0"
"workbox-build": "^2.1.1"
},

@@ -29,0 +29,0 @@ "author": "Google's Web DevRel Team",

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