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.0.0 to 1.0.1

dist/rollup-plugin-multi-entry.es6.js

10

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

@@ -11,0 +13,0 @@ "repository": {

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