Socket
Socket
Sign inDemoInstall

rollup-plugin-copy

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rollup-plugin-copy - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

6

dist/index.commonjs.js

@@ -59,6 +59,6 @@ 'use strict';

await Promise.all(processedTargets.map(async ({
for (const {
from,
to
}) => {
} of processedTargets) {
try {

@@ -83,3 +83,3 @@ await fs.copy(from, to, rest);

}
}));
}
}

@@ -86,0 +86,0 @@ }

@@ -55,6 +55,6 @@ import path from 'path';

await Promise.all(processedTargets.map(async ({
for (const {
from,
to
}) => {
} of processedTargets) {
try {

@@ -79,3 +79,3 @@ await fs.copy(from, to, rest);

}
}));
}
}

@@ -82,0 +82,0 @@ }

{
"name": "rollup-plugin-copy",
"description": "Copy files and folders using Rollup",
"version": "2.0.0",
"version": "2.0.1",
"author": "Vlad Shcherbin <vlad.shcherbin@gmail.com>",

@@ -6,0 +6,0 @@ "repository": "vladshcherbin/rollup-plugin-copy",

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