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

webpack-named-moduleids-plugin

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webpack-named-moduleids-plugin - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

3

index.js

@@ -51,2 +51,3 @@ /*

let hashId = hash.digest(options.hashDigest);
// console.log(hashId, hash.constructor.name, realHash.constructor.name, options.namedToHash);
if (realHash.constructor.name === 'NamedHash') {

@@ -59,3 +60,3 @@ if (options.namedToHash) {

usedIds.add(module.id);
return;
continue;
}

@@ -62,0 +63,0 @@ }

{
"name": "webpack-named-moduleids-plugin",
"version": "1.0.3",
"version": "1.0.4",
"description": "base on packagename+version to generator module id ",

@@ -5,0 +5,0 @@ "main": "index.js",

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