Socket
Socket
Sign inDemoInstall

workbox-webpack-plugin

Package Overview
Dependencies
379
Maintainers
6
Versions
100
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.5.3 to 6.5.4

2

build/generate-sw.d.ts

@@ -47,3 +47,3 @@ import webpack from 'webpack';

declare class GenerateSW {
private config;
protected config: GenerateSWConfig;
private alreadyCalled;

@@ -50,0 +50,0 @@ /**

@@ -28,3 +28,3 @@ import webpack from 'webpack';

declare class InjectManifest {
private config;
protected config: WebpackInjectManifestOptions;
private alreadyCalled;

@@ -31,0 +31,0 @@ /**

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

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

"webpack-sources": "^1.4.3",
"workbox-build": "6.5.3"
"workbox-build": "6.5.4"
},

@@ -42,3 +42,3 @@ "peerDependencies": {

"homepage": "https://github.com/GoogleChrome/workbox",
"gitHead": "d461f1294d512e82dc65fb122dca47bac58365d3"
"gitHead": "5e69c3f6a74ea0e6b1a0d3261a6cde11d8075859"
}

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

This module's documentation can be found at https://developers.google.com/web/tools/workbox/modules/workbox-webpack-plugin
This module's documentation can be found at https://developer.chrome.com/docs/workbox/modules/workbox-webpack-plugin/

@@ -72,3 +72,3 @@ /*

class GenerateSW {
private config: GenerateSWConfig;
protected config: GenerateSWConfig;
private alreadyCalled: boolean;

@@ -75,0 +75,0 @@

@@ -57,3 +57,3 @@ /*

class InjectManifest {
private config: WebpackInjectManifestOptions;
protected config: WebpackInjectManifestOptions;
private alreadyCalled: boolean;

@@ -60,0 +60,0 @@

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc