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.15 to 9.0.0-preview.16

2

dist/lib/child-compilation-plugin.d.ts

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

import type { Compiler, default as Webpack, WebpackPluginInstance } from "webpack";
import type { Compiler, WebpackPluginInstance, default as Webpack } from "webpack";
export interface ChildCompilationPluginOptions {

@@ -3,0 +3,0 @@ src: string;

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

import type { InjectPartial as BaseInjectPartial, InjectResolved as BaseInjectResolved, BasePartial, BaseResolved, OptionalSwDestPartial, OptionalSwDestResolved } from "@serwist/build";
import type { BasePartial, BaseResolved, InjectPartial as BaseInjectPartial, InjectResolved as BaseInjectResolved, OptionalSwDestPartial, OptionalSwDestResolved } from "@serwist/build";
import type { Require } from "@serwist/utils";

@@ -3,0 +3,0 @@ export interface WebpackPartial {

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

@@ -59,3 +59,3 @@ "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.15"
"@serwist/build": "9.0.0-preview.16"
},

@@ -68,4 +68,4 @@ "devDependencies": {

"webpack": "5.91.0",
"@serwist/constants": "9.0.0-preview.15",
"@serwist/utils": "9.0.0-preview.15"
"@serwist/constants": "9.0.0-preview.16",
"@serwist/utils": "9.0.0-preview.16"
},

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

import { escapeRegExp, replaceAndUpdateSourceMap, stringify } from "@serwist/build";
import prettyBytes from "pretty-bytes";
import upath from "upath";
import type { Compilation, Compiler, default as Webpack, WebpackError } from "webpack";
import type { Compilation, Compiler, WebpackError, default as Webpack } from "webpack";
import type { InjectManifestOptions } from "./lib/types.js";

@@ -6,0 +6,0 @@ import { validateInjectManifestOptions } from "./lib/validator.js";

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

import type { Compilation, Compiler, default as Webpack, WebpackError, WebpackPluginInstance } from "webpack";
import type { Compilation, Compiler, WebpackError, WebpackPluginInstance, default as Webpack } from "webpack";

@@ -3,0 +3,0 @@ import { relativeToOutputPath } from "./relative-to-output-path.js";

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

import { injectPartial as baseInjectPartial, basePartial, optionalSwDestPartial } from "@serwist/build/schema";
import { basePartial, injectPartial as baseInjectPartial, optionalSwDestPartial } from "@serwist/build/schema";
import { z } from "zod";

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

import type {
BasePartial,
BaseResolved,
InjectPartial as BaseInjectPartial,
InjectResolved as BaseInjectResolved,
BasePartial,
BaseResolved,
OptionalSwDestPartial,

@@ -7,0 +7,0 @@ OptionalSwDestResolved,

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