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

unused-files-webpack-plugin

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unused-files-webpack-plugin - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

6

CHANGELOG.md

@@ -0,1 +1,7 @@

<a name="2.0.1"></a>
## [2.0.1](https://github.com/tomchentw/unused-files-webpack-plugin/compare/v2.0.0...v2.0.1) (2016-01-22)
<a name="2.0.0"></a>

@@ -2,0 +8,0 @@ # [2.0.0](https://github.com/tomchentw/unused-files-webpack-plugin/compare/v1.3.0...v2.0.0) (2016-01-22)

2

package.json
{
"name": "unused-files-webpack-plugin",
"version": "2.0.0",
"version": "2.0.1",
"description": "Glob all files that are not compiled by webpack under webpack's context",

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

@@ -16,4 +16,6 @@ # unused-files-webpack-plugin [![Travis CI][travis-image]][travis-url] [![Quality][codeclimate-image]][codeclimate-url] [![Coverage][codeclimate-coverage-image]][codeclimate-coverage-url] [![Dependencies][gemnasium-image]][gemnasium-url] [![Gitter][gitter-image]][gitter-url]

```js
// webpack.config.babel.js
import UnusedFilesWebpackPlugin from "unused-files-webpack-plugin";
// webpack.config.js
var UnusedFilesWebpackPlugin = require("unused-files-webpack-plugin");
var UnusedFilesWebpackPlugin = require("unused-files-webpack-plugin").default;

@@ -20,0 +22,0 @@ module.exports = {

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