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

copify-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

copify-webpack-plugin - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

4

dist/writeFile.js

@@ -87,4 +87,4 @@ 'use strict';

if (assetsMap) {
assetsMap[_path2.default.relative(pattern.context, file.absoluteFrom)] = file.webpackTo;
if (assetsMap && !pattern.excludeFromManifest) {
assetsMap[file.relativeFrom] = file.webpackTo;
}

@@ -91,0 +91,0 @@

{
"name": "copify-webpack-plugin",
"version": "0.0.7",
"version": "0.0.8",
"description": "Copy files and directories in webpack, supported manifest",

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

@@ -32,2 +32,3 @@ ## Copify Webpack Plugin

| `force` | N | false | Overwrites files already in compilation.assets (usually added by other plugins) |
| `excludeFromManifest` | N | false | Exclude from manifest |

@@ -34,0 +35,0 @@ #### Available options:

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