New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

rollup-plugin-multi-entry

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rollup-plugin-multi-entry - npm Package Compare versions

Comparing version 1.2.0 to 1.3.0

dist/rollup-plugin-multi-entry.js

21

package.json
{
"name": "rollup-plugin-multi-entry",
"version": "1.2.0",
"version": "1.3.0",
"description": "Allows specifying multiple entry points with rollup.",
"main": "dist/rollup-plugin-multi-entry.cjs.js",
"jsnext:main": "dist/rollup-plugin-multi-entry.es6.js",
"main": "dist/rollup-plugin-multi-entry.js",
"jsnext:main": "dist/rollup-plugin-multi-entry.mjs",
"scripts": {
"build": "rm -rf dist && rollup -c rollup.cjs.config.js && rollup -c rollup.es6.config.js",
"build": "rm -rf dist && rollup -c",
"pretest": "npm run build",
"test": "mocha test.js",
"test": "mocha",
"prepublish": "npm test"

@@ -33,8 +33,11 @@ },

"devDependencies": {
"babel-plugin-transform-flow-strip-types": "^6.7.0",
"babel-plugin-transform-flow-strip-types": "^6.8.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-es2015-rollup": "^1.1.1",
"mocha": "^2.4.5",
"rollup": "^0.25.4",
"rollup-plugin-babel": "^2.4.0"
"babel-register": "^6.9.0",
"babelrc-rollup": "^1.0.0",
"mocha": "^2.5.3",
"rollup": "^0.29.0",
"rollup-plugin-babel": "^2.5.1"
}
}
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