Socket
Socket
Sign inDemoInstall

clean-webpack-plugin

Package Overview
Dependencies
12
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.10 to 0.1.11

3

index.js

@@ -149,2 +149,5 @@ 'use strict';

}
if (_this.options.exclude.indexOf('.') >= 0) {
excludedChildren.push('.');
}
} catch (e) {

@@ -151,0 +154,0 @@ childrenAfterExcluding = [];

2

package.json
{
"name": "clean-webpack-plugin",
"version": "0.1.10",
"version": "0.1.11",
"author": "John Agan <johnagan@gmail.com>",

@@ -5,0 +5,0 @@ "description": "A webpack plugin to remove your build folder(s) before building",

@@ -47,3 +47,4 @@ # Clean for webpack

"verbose": true, // Write logs to console.
"dry": false, // Do not delete anything, good for testing.
"dry": false, // Use boolean "true" to test/emulate delete. (will not remove files).
// (Default: "false", remove files)
"exclude": ["files", "to", "ignore"] // Instead of removing whole path recursively,

@@ -50,0 +51,0 @@ // remove all path's content with exclusion of provided immediate children.

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