Socket
Socket
Sign inDemoInstall

bunchee

Package Overview
Dependencies
Maintainers
1
Versions
144
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bunchee - npm Package Compare versions

Comparing version 0.7.0 to 1.0.1

dist/bundle.js

35

package.json
{
"name": "bunchee",
"version": "0.7.0",
"version": "1.0.1",
"description": "simple bundler",
"bin": {
"bunchee": "./bin/cli.js"
"bunchee": "./dist/cli.js"
},
"scripts": {},
"main": "./dist/index.js",
"scripts": {
"test": "jest",
"clean": "rm -rf ./dist",
"prerelease": "yarn clean && yarn build && chmod +x ./dist/cli.js",
"build": "tsc"
},
"keywords": [

@@ -13,4 +19,3 @@ "bundler"

"files": [
"src",
"bin",
"dist",
"*.md"

@@ -21,9 +26,21 @@ ],

"dependencies": {
"@rollup/plugin-buble": "0.21.1",
"@rollup/plugin-commonjs": "11.0.2",
"@babel/core": "7.12.3",
"@babel/preset-env": "7.12.1",
"@babel/preset-react": "7.12.1",
"@rollup/plugin-babel": "5.2.1",
"@rollup/plugin-json": "4.0.2",
"@rollup/plugin-node-resolve": "7.1.1",
"@rollup/plugin-node-resolve": "8.1.0",
"@rollup/plugin-typescript": "3.1.1",
"commander": "2.20.3",
"rollup": "2.3.2"
"rollup": "1.32.0",
"rollup-plugin-commonjs": "10.1.0",
"tslib": "2.0.0"
},
"peerDependencies": {
"typescript": ">= 3.4.0"
},
"devDependencies": {
"jest": "26.6.1",
"typescript": "3.9.6"
}
}
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