Socket
Socket
Sign inDemoInstall

@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.6.2 to 1.7.0

./dist/index.cjs

8

dist/types.d.ts

@@ -1,2 +0,2 @@

export declare type SingleTargetDesc = {
export type SingleTargetDesc = {
src: string;

@@ -6,4 +6,4 @@ exclude?: string | string[];

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

@@ -19,2 +19,2 @@ pluginName?: string;

};
export declare type CopyPluginOptions = NonTargetOptions | MultipleTargetsDesc;
export type CopyPluginOptions = NonTargetOptions | MultipleTargetsDesc;
{
"version": "1.6.2",
"version": "1.7.0",
"license": "MIT",

@@ -41,27 +41,2 @@ "name": "@rollup-extras/plugin-copy",

],
"scripts": {
"build": "pkgbld-internal",
"test": "jest --collectCoverage",
"lint": "eslint ./src",
"semantic-release": "npx semantic-release"
},
"devDependencies": {
"@semantic-release/changelog": "6.0.1",
"@semantic-release/commit-analyzer": "9.0.2",
"@semantic-release/git": "10.0.1",
"@semantic-release/npm": "9.0.1",
"@semantic-release/release-notes-generator": "10.0.3",
"@types/jest": "27.5.1",
"@typescript-eslint/eslint-plugin": "5.24.0",
"@typescript-eslint/parser": "5.24.0",
"conventional-changelog-angular": "5.0.13",
"eslint": "8.15.0",
"jest": "28.1.0",
"semantic-release": "19.0.3",
"semantic-release-monorepo": "7.0.5",
"ts-jest": "28.0.2",
"typescript": "4.6.x",
"update-monorepo-package-json": "0.2.0",
"pkgbld-internal": "1.0.9"
},
"peerDependencies": {

@@ -74,7 +49,11 @@ "rollup": "^2.60.1 || ^3.0.0"

"@niceties/logger": "^1.1.4",
"glob": "^8.1.0",
"glob": "^9.0.0",
"glob-parent": "^6.0.2",
"glob-promise": "^6.0.1",
"@rollup-extras/utils": "^1.3.5"
},
"scripts": {
"build": "pkgbld-internal",
"test": "jest --collectCoverage",
"lint": "eslint ./src"
}
}
}

@@ -190,2 +190,2 @@ # Plugin Copy

[MIT](./LICENSE)
[MIT](https://github.com/kshutkin/rollup-extras/blob/main/LICENSE)

Sorry, the diff of this file is not supported yet

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