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.1.3 to 0.1.4

4

dist/writeFile.js

@@ -92,5 +92,7 @@ 'use strict';

if (pattern.toType === 'template') {
file.relativeFromForManifest = manifestFrom[0] === _path2.default.sep ? manifestFrom.substring(1) : manifestFrom;
manifestFrom = manifestFrom[0] === _path2.default.sep ? manifestFrom.substring(1) : manifestFrom;
}
manifestFrom = _path2.default.join(_path2.default.dirname(file.webpackTo), manifestFrom);
if (pattern.manifestBasePath) {

@@ -97,0 +99,0 @@ manifestFrom = _path2.default.join(pattern.manifestBasePath, manifestFrom);

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

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

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