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.9.2 to 1.9.3

17

package.json
{
"type": "module",
"version": "1.9.2",
"version": "1.9.3",
"name": "@rollup-extras/plugin-copy",

@@ -12,2 +12,4 @@ "description": "Rollup plugin to copy assets during build.",

".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs",

@@ -42,8 +44,4 @@ "default": "./dist/index.mjs"

"glob-parent": "^6.0.2",
"@rollup-extras/utils": "^1.4.4"
"@rollup-extras/utils": "^1.4.5"
},
"devDependencies": {
"@types/glob": "^8.1.0",
"@types/glob-parent": "^5.1.1"
},
"peerDependencies": {

@@ -57,8 +55,3 @@ "rollup": "^2.60.1 || ^3.0.0 || ^4.0.0"

},
"types": "./dist/index.d.ts",
"scripts": {
"build": "pkgbld-internal",
"test": "jest --collectCoverage",
"lint": "eslint ./src"
}
"types": "./dist/index.d.ts"
}
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