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.6 to 5.0.0-beta.7

./dist/index.js

2

dist/bin/cli.js

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

var version = "5.0.0-beta.6";
var version = "5.0.0-beta.7";

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

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

@@ -8,14 +8,2 @@ "bin": "./dist/bin/cli.js",

"types": "./dist/index.d.ts",
"scripts": {
"test": "jest --env node",
"test:update": "TEST_UPDATE_SNAPSHOT=1 pnpm test",
"test:post": "POST_BUILD=1 pnpm jest test/compile.test.ts test/integration.test.ts",
"clean": "rm -rf ./dist",
"typecheck": "tsc --noEmit && tsc -p test/tsconfig.json --noEmit",
"prepublishOnly": "pnpm clean && pnpm build && chmod +x ./dist/bin/cli.js && pnpm test",
"tsx": "node -r @swc-node/register",
"build": "node -r @swc-node/register ./src/bin/index.ts --runtime node",
"format": "prettier --write .",
"prepare": "husky install"
},
"type": "commonjs",

@@ -120,3 +108,13 @@ "keywords": [

},
"packageManager": "pnpm@8.8.0"
}
"packageManager": "pnpm@8.8.0",
"scripts": {
"test": "jest --env node",
"test:update": "TEST_UPDATE_SNAPSHOT=1 pnpm test",
"test:post": "POST_BUILD=1 pnpm jest test/compile.test.ts test/integration.test.ts",
"clean": "rm -rf ./dist",
"typecheck": "tsc --noEmit && tsc -p test/tsconfig.json --noEmit",
"tsx": "node -r @swc-node/register",
"build": "node -r @swc-node/register ./src/bin/index.ts --runtime node",
"format": "prettier --write ."
}
}
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