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.0 to 1.9.1

45

package.json
{
"version": "1.9.0",
"type": "module",
"version": "1.9.1",
"name": "@rollup-extras/plugin-copy",
"description": "Rollup plugin to copy assets during build.",
"license": "MIT",
"name": "@rollup-extras/plugin-copy",
"author": {
"name": "Konstantin Shutkin"
},
"type": "module",
"author": "Konstantin Shutkin",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"exports": {

@@ -16,5 +17,2 @@ ".": {

},
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"typings": "./dist/index.d.ts",
"files": [

@@ -29,10 +27,8 @@ "dist",

"type": "git",
"url": "git+https://github.com/kshutkin/rollup-extras.git"
"url": "git+https://github.com/kshutkin/rollup-extras.git",
"directory": "plugin-copy"
},
"bugs": {
"url": "https://github.com/kshutkin/rollup-extras/issues"
},
"bugs": "https://github.com/kshutkin/rollup-extras/issues",
"homepage": "https://github.com/kshutkin/rollup-extras/blob/main/plugin-copy/README.md",
"readme": "README.md",
"description": "Rollup plugin to copy assets during build.",
"keywords": [

@@ -43,2 +39,12 @@ "rollup-plugin",

],
"dependencies": {
"@niceties/logger": "^1.1.4",
"glob": "^10.0.0",
"glob-parent": "^6.0.2",
"@rollup-extras/utils": "^1.4.3"
},
"devDependencies": {
"@types/glob": "^8.1.0",
"@types/glob-parent": "^5.1.1"
},
"peerDependencies": {

@@ -52,12 +58,3 @@ "rollup": "^2.60.1 || ^3.0.0"

},
"devDependencies": {
"@types/glob": "^8.1.0",
"@types/glob-parent": "^5.1.1"
},
"dependencies": {
"@niceties/logger": "^1.1.4",
"glob": "^10.0.0",
"glob-parent": "^6.0.2",
"@rollup-extras/utils": "^1.4.1"
},
"types": "./dist/index.d.ts",
"scripts": {

@@ -64,0 +61,0 @@ "build": "pkgbld-internal",

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