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.3 to 2.0.4

5

CHANGELOG.md

@@ -5,2 +5,7 @@ # Change Log

<a name="2.0.4"></a>
## [2.0.4](https://github.com/tomchentw/unused-files-webpack-plugin/compare/v2.0.3...v2.0.4) (2016-07-14)
<a name="2.0.3"></a>

@@ -7,0 +12,0 @@ ## [2.0.3](https://github.com/tomchentw/unused-files-webpack-plugin/compare/v2.0.2...v2.0.3) (2016-05-30)

1

lib/__tests__/index.spec.js

@@ -35,3 +35,2 @@ "use strict";

path: __dirname },
// It will be in MemoryFS :)
plugins: [new _index2.default()]

@@ -38,0 +37,0 @@ });

{
"name": "unused-files-webpack-plugin",
"version": "2.0.3",
"version": "2.0.4",
"description": "Glob all files that are not compiled by webpack under webpack's context",

@@ -55,3 +55,2 @@ "main": "lib/index.js",

"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",

@@ -77,2 +76,2 @@ "babel-register": "^6.4.3",

}
}
}

@@ -19,3 +19,5 @@ # unused-files-webpack-plugin

// webpack.config.js
var UnusedFilesWebpackPlugin = require("unused-files-webpack-plugin").default;
var UnusedFilesWebpackPlugin = require("unused-files-webpack-plugin")["default"];
// or
var UnusedFilesWebpackPlugin = require("unused-files-webpack-plugin").UnusedFilesWebpackPlugin;

@@ -22,0 +24,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