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

@rollup-extras/plugin-copy

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rollup-extras/plugin-copy - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

5

dist/types.d.ts

@@ -7,3 +7,3 @@ export declare type SingleTargetDesc = {

export declare type MultipleTargetsDesc = string | string[] | SingleTargetDesc | SingleTargetDesc[];
export declare type CopyPluginOptions = {
export declare type NonTargetOptions = {
targets?: MultipleTargetsDesc;

@@ -18,2 +18,3 @@ pluginName?: string;

emitFiles?: boolean;
} | MultipleTargetsDesc;
};
export declare type CopyPluginOptions = NonTargetOptions | MultipleTargetsDesc;
{
"version": "1.1.0",
"version": "1.2.0",
"license": "MIT",

@@ -74,4 +74,5 @@ "name": "@rollup-extras/plugin-copy",

"glob-parent": "^6.0.2",
"glob-promise": "^4.2.2"
"glob-promise": "^4.2.2",
"@rollup-extras/utils": "^1.1.1"
}
}
dist/index.cjs

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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