Socket
Socket
Sign inDemoInstall

bunchee

Package Overview
Dependencies
Maintainers
1
Versions
142
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.0.0-beta.4 to 5.0.0-beta.5

2

dist/bin/cli.js

@@ -459,3 +459,3 @@ #!/usr/bin/env node

var version = "5.0.0-beta.4";
var version = "5.0.0-beta.5";

@@ -462,0 +462,0 @@ function relativify(path) {

{
"name": "bunchee",
"version": "5.0.0-beta.4",
"version": "5.0.0-beta.5",
"description": "zero config bundler for js/ts/jsx libraries",

@@ -15,3 +15,4 @@ "bin": "./dist/bin/cli.js",

"prepublishOnly": "pnpm clean && pnpm build && chmod +x ./dist/bin/cli.js && pnpm test",
"build": "tsx ./src/bin/index.ts --runtime node",
"tsx": "node -r @swc-node/register",
"build": "node -r @swc-node/register ./src/bin/index.ts --runtime node",
"format": "prettier --write .",

@@ -57,10 +58,10 @@ "prepare": "husky install"

"@rollup/pluginutils": "^5.1.0",
"@swc/core": "^1.3.106",
"@swc/helpers": "^0.5.3",
"@swc/core": "^1.4.8",
"@swc/helpers": "^0.5.6",
"arg": "^5.0.2",
"clean-css": "^5.3.3",
"magic-string": "^0.30.6",
"magic-string": "^0.30.8",
"pretty-bytes": "^5.6.0",
"rimraf": "^5.0.5",
"rollup": "^4.12.0",
"rollup": "^4.13.0",
"rollup-plugin-dts": "^6.1.0",

@@ -84,2 +85,3 @@ "rollup-plugin-swc3": "^0.11.0",

"@huozhi/testing-package": "1.0.0",
"@swc-node/register": "^1.9.0",
"@swc/jest": "^0.2.31",

@@ -97,3 +99,2 @@ "@swc/types": "^0.1.5",

"react": "^18.2.0",
"tsx": "^4.6.2",
"typescript": "^5.3.2"

@@ -100,0 +101,0 @@ },

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc