Socket
Socket
Sign inDemoInstall

rollup-plugin-copy-assets

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rollup-plugin-copy-assets - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

15

CHANGELOG.md
# rollup-plugin-copy-assets
## 2.0.0
- Fix failure occurring when used with chunked builds.
- Overwrite any existing assets.
- Updated to new rollup api.
- Switch to jest for unit tests.
- Switch to babel 7.
## 1.1.0
- Add fix for code splitting (#3) thanks to @lmoronil.
## 1.0.0
- Initial release.
- Initial release.

30

package.json
{
"name": "rollup-plugin-copy-assets",
"version": "2.0.0",
"version": "2.0.1",
"description": "Copy additional assets into the output directory of your rollup bundle.",

@@ -8,3 +8,7 @@ "main": "dist/rollup-plugin-copy-assets.js",

"jsnext:main": "dist/rollup-plugin-copy-assets.module.js",
"files": ["dist", "src", "README.md"],
"files": [
"dist",
"src",
"README.md"
],
"scripts": {

@@ -21,3 +25,4 @@ "coverage": "lcov-badge-generator -o ./coverage/coverage.svg ./coverage/lcov.info",

"lint:fix": "eslint ./src --fix",
"lint-staged": "lint-staged"
"lint-staged": "lint-staged",
"prepublishOnly": "yarn build"
},

@@ -28,3 +33,9 @@ "repository": {

},
"keywords": ["rollup-plugin", "bundle", "copy", "rollup", "assets"],
"keywords": [
"rollup-plugin",
"bundle",
"copy",
"rollup",
"assets"
],
"author": "Matt Bengston <bengston.matthew@gmail.com> (https://bengsfort.github.io)",

@@ -66,5 +77,12 @@ "license": "MIT",

"lint-staged": {
"*.js": ["prettier --write", "yarn lint", "git add"],
"*.json": ["prettier --write", "git add"]
"*.js": [
"prettier --write",
"yarn lint",
"git add"
],
"*.json": [
"prettier --write",
"git add"
]
}
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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