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

@serwist/webpack-plugin

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@serwist/webpack-plugin - npm Package Compare versions

Comparing version 9.0.0-preview.24 to 9.0.0-preview.25

2

dist/lib/types.d.ts

@@ -45,3 +45,3 @@ import type { BasePartial, BaseResolved, InjectPartial as BaseInjectPartial, InjectResolved as BaseInjectResolved, OptionalSwDestPartial, OptionalSwDestResolved } from "@serwist/build";

* Optional webpack plugins that will be used when compiling the `swSrc`
* input file. Only valid if `compileSrc` is `true`.
* file. Only valid if `compileSrc` is `true`.
*/

@@ -48,0 +48,0 @@ webpackCompilationPlugins?: any[];

{
"name": "@serwist/webpack-plugin",
"version": "9.0.0-preview.24",
"version": "9.0.0-preview.25",
"type": "module",

@@ -25,4 +25,4 @@ "description": "A plugin for your webpack build process, helping you generate a manifest of local files that should be precached.",

"license": "MIT",
"repository": "https://gitlab.com/serwist/serwist",
"bugs": "https://gitlab.com/serwist/serwist/issues",
"repository": "https://github.com/serwist/serwist",
"bugs": "https://github.com/serwist/serwist/issues",
"homepage": "https://serwist.pages.dev",

@@ -60,12 +60,12 @@ "main": "./dist/index.js",

"zod": "3.22.4",
"@serwist/build": "9.0.0-preview.24"
"@serwist/build": "9.0.0-preview.25"
},
"devDependencies": {
"@types/node": "20.12.4",
"@types/node": "20.12.7",
"@types/webpack": "5.28.5",
"rollup": "4.14.0",
"typescript": "5.5.0-dev.20240404",
"rollup": "4.14.3",
"typescript": "5.5.0-dev.20240415",
"webpack": "5.91.0",
"@serwist/constants": "9.0.0-preview.24",
"@serwist/utils": "9.0.0-preview.24"
"@serwist/configs": "9.0.0-preview.25",
"@serwist/utils": "9.0.0-preview.25"
},

@@ -72,0 +72,0 @@ "peerDependencies": {

@@ -17,6 +17,2 @@ import type {

chunks?: string[];
// We can't use the @default annotation here to assign the value via AJV, as
// an (RegExp)[] can't be serialized into JSON.
// The default value of [/\.map$/, /^manifest.*\.js$/] will be assigned by
// the validation function, and we need to reflect that in the docs.
/**

@@ -63,3 +59,3 @@ * One or more specifiers used to exclude assets from the precache manifest.

* Optional webpack plugins that will be used when compiling the `swSrc`
* input file. Only valid if `compileSrc` is `true`.
* file. Only valid if `compileSrc` is `true`.
*/

@@ -66,0 +62,0 @@ webpackCompilationPlugins?: any[];

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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