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.21 to 9.0.0-preview.24

2

dist/index.js

@@ -263,3 +263,3 @@ import { transformManifest, getSourceMapURL, stringify, escapeRegExp, replaceAndUpdateSourceMap } from '@serwist/build';

if (Array.isArray(this.config.webpackCompilationPlugins) && this.config.webpackCompilationPlugins.length > 0) {
compilation.warnings.push(new Error("compileSrc is false, so the " + "webpackCompilationPlugins option will be ignored."));
compilation.warnings.push(new Error("'compileSrc' is 'false', so the 'webpackCompilationPlugins' option will be ignored."));
}

@@ -266,0 +266,0 @@ }

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

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

"zod": "3.22.4",
"@serwist/build": "9.0.0-preview.21"
"@serwist/build": "9.0.0-preview.24"
},
"devDependencies": {
"@types/node": "20.11.30",
"@types/node": "20.12.4",
"@types/webpack": "5.28.5",
"rollup": "4.13.0",
"typescript": "5.5.0-dev.20240323",
"rollup": "4.14.0",
"typescript": "5.5.0-dev.20240404",
"webpack": "5.91.0",
"@serwist/constants": "9.0.0-preview.21",
"@serwist/utils": "9.0.0-preview.21"
"@serwist/constants": "9.0.0-preview.24",
"@serwist/utils": "9.0.0-preview.24"
},

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

@@ -218,3 +218,3 @@ import { escapeRegExp, replaceAndUpdateSourceMap, stringify } from "@serwist/build";

if (Array.isArray(this.config.webpackCompilationPlugins) && this.config.webpackCompilationPlugins.length > 0) {
compilation.warnings.push(new Error("compileSrc is false, so the " + "webpackCompilationPlugins option will be ignored.") as WebpackError);
compilation.warnings.push(new Error("'compileSrc' is 'false', so the 'webpackCompilationPlugins' option will be ignored.") as WebpackError);
}

@@ -221,0 +221,0 @@ }

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