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 3.2.0 to 3.2.1

6

index.d.ts

@@ -30,2 +30,8 @@ import rollup from 'rollup';

/**
* Remove the directory structure of copied files.
* @default true
*/
readonly flatten?: boolean;
/**
* Rollup hook the plugin should use.

@@ -32,0 +38,0 @@ * @default 'buildEnd'

2

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

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

@@ -180,3 +180,3 @@ # rollup-plugin-copy

Preserve the directory structure of copied files.
Remove the directory structure of copied files.

@@ -183,0 +183,0 @@ ```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