New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

unused-webpack-plugin

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unused-webpack-plugin - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

2

index.js

@@ -17,3 +17,3 @@ const path = require('path');

// Files used by Webpack during compilation
const usedModules = compilation.fileDependencies
const usedModules = Array.from(compilation.fileDependencies)
.filter(file =>

@@ -20,0 +20,0 @@ this.sourceDirectories.some(dir => file.indexOf(dir) !== -1)

{
"name": "unused-webpack-plugin",
"version": "1.1.0",
"version": "1.2.0",
"description": "A webpack plugin to find unused modules/source files",

@@ -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