Socket
Socket
Sign inDemoInstall

copy-webpack-plugin

Package Overview
Dependencies
Maintainers
4
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

copy-webpack-plugin - npm Package Compare versions

Comparing version 4.5.0 to 4.5.1

15

CHANGELOG.md

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

<a name="4.5.1"></a>
## [4.5.1](https://github.com/webpack-contrib/copy-webpack-plugin/compare/v4.5.0...v4.5.1) (2018-03-09)
### Bug Fixes
* **package:** update `cacache` v10.0.1...10.0.4 (`dependencies`) ([#238](https://github.com/webpack-contrib/copy-webpack-plugin/issues/238)) ([0b288f9](https://github.com/webpack-contrib/copy-webpack-plugin/commit/0b288f9))
### Performance Improvements
* **index:** switch to `md4` for content hashing ([#239](https://github.com/webpack-contrib/copy-webpack-plugin/issues/239)) ([2be8191](https://github.com/webpack-contrib/copy-webpack-plugin/commit/2be8191))
<a name="4.5.0"></a>

@@ -7,0 +22,0 @@ # [4.5.0](https://github.com/webpack-contrib/copy-webpack-plugin/compare/v4.4.3...v4.5.0) (2018-03-02)

6

dist/writeFile.js

@@ -32,2 +32,6 @@ 'use strict';

var _crypto = require('crypto');
var _crypto2 = _interopRequireDefault(_crypto);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

@@ -72,3 +76,3 @@

pattern: pattern,
content: content
hash: _crypto2.default.createHash('md4').update(content).digest('hex')
});

@@ -75,0 +79,0 @@

4

package.json
{
"name": "copy-webpack-plugin",
"version": "4.5.0",
"version": "4.5.1",
"description": "Copy files && directories with webpack",

@@ -25,3 +25,3 @@ "author": "Len Boyette",

"globby": "^7.1.1",
"cacache": "^10.0.1",
"cacache": "^10.0.4",
"find-cache-dir": "^1.0.0",

@@ -28,0 +28,0 @@ "serialize-javascript": "^1.4.0",

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