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

remove-files-webpack-plugin

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remove-files-webpack-plugin - npm Package Versions

2

1.5.0

Diff

immersion
published 1.4.5 •

Changelog

Source

1.4.5 (June 1, 2021)

Changed

  • Upgrade @types/webpack dependency to 5.28.0 version.
  • Upgrade trash dependency to 7.1.1 version.
immersion
published 1.4.4 •

Changelog

Source

1.4.4 (September 3, 2020)

Improved

  • Documentation for trash parameter. #32

Changed

  • Upgrade @types/webpack dependency to 4.41.22 version.
immersion
published 1.4.3 •

Changelog

Source

1.4.3 (June 7, 2020)

Added

  • Information about version naming in README.
  • New feature: readWebpackConfiguration. Part of plugin configuration may be controlled with global webpack configuration. #29
immersion
published 1.4.2 •

Changelog

Source

1.4.2 (May 15, 2020)

Improved

  • Little refactoring (related to English language, not information) of documentation and log messages. #27
immersion
published 1.4.1 •

Changelog

Source

1.4.1 (April 25, 2020)

Improved

  • Documentation for beforeRemove, afterRemove parameters.

Added

  • Namespace documentation for every parameter.
  • New feature: beforeForFirstBuild. For first build before parameters will be applied, for subsequent builds watch parameters will be applied. Works only in watch key. #25
  • New feature: skipFirstBuild. First build will be skipped. Works only in watch key.

Changed

  • Upgrade @types/webpack dependency to 4.41.12 version.
immersion
published 1.4.0 •

Changelog

Source

1.4.0 (February 27, 2020)

Added

  • New key: watch. Parameters of that key will be applied in "watch" mode. Parameters of before key will no longer be applied in "watch" mode. So, make sure your current configuration still have expected behavior. #22

Fixed

  • A bug when old include and old exclude were mixed with new include and exclude in "watch" mode. It had no effect, because the plugin checks an items for existence before removing. Just strange messages were presented in warning log.
immersion
published 1.3.0 •

Changelog

Source

1.3.0 (February 24, 2020)

Improved

  • Stability, performance and quality.
  • Documentation and description.
  • Pretty printing of folders and files that have been removed.

Added

  • New features: beforeRemove and afterRemove parameters. See readme for documentation.

Changed

  • trash parameter is false by default.
  • TestObject.method supports testing for folders. Ensure that behavior of your current tests remain unchanged.

Fixed

  • A bug when safety of removal could have been incorrectly determined in specific cases.
  • A bug when "unnecessary" folders and files could have been incorrectly excluded in specific cases.
  • A bug when exclude could not work as expected in specific cases.
immersion
published 1.2.2 •

Changelog

Source

1.2.2 (January 19, 2020)

Fixed

  • A bug when root path was escaped incorrectly. #16
immersion
published 1.2.1 •

Changelog

Source

1.2.1 (December 25, 2019)

Added

  • Type definitions. #13
2
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