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

@serwist/webpack-plugin

Package Overview
Dependencies
Maintainers
0
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.9 to 9.0.10

16

package.json
{
"name": "@serwist/webpack-plugin",
"version": "9.0.9",
"version": "9.0.10",
"type": "module",

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

"zod": "3.23.8",
"@serwist/build": "9.0.9"
"@serwist/build": "9.0.10"
},
"devDependencies": {
"@types/node": "22.7.4",
"@types/node": "22.8.6",
"@types/webpack": "5.28.5",
"rollup": "4.22.5",
"typescript": "5.6.2",
"webpack": "5.95.0",
"@serwist/configs": "9.0.9",
"@serwist/utils": "9.0.9"
"rollup": "4.24.3",
"typescript": "5.6.3",
"webpack": "5.96.1",
"@serwist/configs": "9.0.10",
"@serwist/utils": "9.0.10"
},

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

@@ -6,3 +6,3 @@ import type { Compilation, Compiler } from "webpack";

* Perform a child compilation.
*
*
* @param compiler The parent webpack compiler.

@@ -14,3 +14,3 @@ * @param compilation The webpack compilation.

* @param plugins Additional webpack plugins.
*
*
* @private

@@ -17,0 +17,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