Socket
Socket
Sign inDemoInstall

filter-webpack-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

filter-webpack-plugin - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

2

index.js

@@ -8,3 +8,3 @@ function FilterPlugin(options) {

if (files.constructor === Array) {
for (i = 0; i < files.length; i++) {
for (let i = 0; i < files.length; i++) {
delete compilation.assets[files[i]]

@@ -11,0 +11,0 @@ }

{
"name": "filter-webpack-plugin",
"version": "1.1.0",
"version": "1.1.1",
"description": "remove unwanted emitted assets from the output of webpack",

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