Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

webpack

Package Overview
Dependencies
Maintainers
7
Versions
868
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webpack - npm Package Compare versions

Comparing version
5.105.1
to
5.105.2
+2
-2
lib/index.js

@@ -36,4 +36,4 @@ /*

/** @typedef {import("../declarations/WebpackOptions").WebpackOptionsNormalized} WebpackOptionsNormalized */
/** @typedef {import("./webpack").WebpackPluginFunction} WebpackPluginFunction */
/** @typedef {import("./webpack").WebpackPluginInstance} WebpackPluginInstance */
/** @typedef {import("../declarations/WebpackOptions").WebpackPluginFunction} WebpackPluginFunction */
/** @typedef {import("../declarations/WebpackOptions").WebpackPluginInstance} WebpackPluginInstance */
/** @typedef {import("./ChunkGroup")} ChunkGroup */

@@ -40,0 +40,0 @@ /** @typedef {import("./Compiler").AssetEmittedInfo} AssetEmittedInfo */

@@ -35,3 +35,3 @@ /*

/** @typedef {(this: Compiler, compiler: Compiler) => void} WebpackPluginFunction */
/** @typedef {(compiler: Compiler) => void} WebpackPluginInstance */
/** @typedef {(compiler: Compiler) => void} WebpackPluginInstanceApplyFunction */

@@ -38,0 +38,0 @@ const getValidateSchema = memoize(() => require("./validateSchema"));

{
"name": "webpack",
"version": "5.105.1",
"version": "5.105.2",
"description": "Packs ECMAScript/CommonJs/AMD modules for the browser. Allows you to split your codebase into multiple bundles, which can be loaded on demand. Supports loaders to preprocess files, i.e. json, jsx, es7, css, less, ... and your custom stuff.",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/webpack/webpack",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display