Socket
Socket
Sign inDemoInstall

webpack

Package Overview
Dependencies
76
Maintainers
4
Versions
832
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.88.1 to 5.88.2

3

lib/dependencies/CssLocalIdentifierDependency.js

@@ -112,2 +112,5 @@ /*

.getUsedName(dep.name, runtime);
if (!used) return;
const moduleId = chunkGraph.getModuleId(module);

@@ -114,0 +117,0 @@ const identifier =

2

package.json
{
"name": "webpack",
"version": "5.88.1",
"version": "5.88.2",
"author": "Tobias Koppers @sokra",

@@ -5,0 +5,0 @@ "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.",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc