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

@statoscope/webpack-model

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@statoscope/webpack-model - npm Package Compare versions

Comparing version 5.8.0-alpha.0 to 5.8.0

4

dist/normalizeCompilation.js

@@ -10,2 +10,6 @@ "use strict";

}
else {
const resolvedModule = modulesData.idToModuleMap.get(resolvedId);
resolvedModule.chunks = [...new Set([...resolvedModule.chunks, ...module.chunks])];
}
return resolvedId;

@@ -12,0 +16,0 @@ }

4

package.json
{
"name": "@statoscope/webpack-model",
"version": "5.8.0-alpha.0",
"version": "5.8.0",
"description": "This package contains helpers to process webpack stats",

@@ -35,3 +35,3 @@ "main": "./dist/index.js",

},
"gitHead": "8b9b91ff4d9f79a05141bbe5002c22f3648e6857"
"gitHead": "d7b10e373e8352a955271fd8923778b68f23dfca"
}
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