Socket
Socket
Sign inDemoInstall

bunchee

Package Overview
Dependencies
Maintainers
1
Versions
143
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 5.3.0 to 5.3.1

2

dist/bin/cli.js

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

var version = "5.3.0";
var version = "5.3.1";

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

{
"name": "bunchee",
"version": "5.3.0",
"version": "5.3.1",
"description": "zero config bundler for js/ts/jsx libraries",

@@ -8,17 +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",
"test:ci": "[ -z $CI ] || pnpm test",
"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:ci",
"tsx": "SWC_NODE_IGNORE_DYNAMIC=1 node -r @swc-node/register",
"ts-bunchee": "pnpm tsx ./src/bin/index.ts",
"build-dir": "pnpm ts-bunchee --cwd",
"build": "SWC_NODE_IGNORE_DYNAMIC=1 node -r @swc-node/register ./src/bin/index.ts --runtime node",
"format": "prettier --write .",
"prepare": "husky"
},
"type": "commonjs",

@@ -55,6 +40,6 @@ "keywords": [

"dependencies": {
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-replace": "^5.0.7",
"@rollup/plugin-wasm": "^6.2.2",

@@ -66,7 +51,7 @@ "@rollup/pluginutils": "^5.1.0",

"clean-css": "^5.3.3",
"magic-string": "^0.30.10",
"magic-string": "^0.30.11",
"ora": "^8.0.1",
"pretty-bytes": "^5.6.0",
"rollup": "^4.17.2",
"rollup-plugin-dts": "^6.1.0",
"rollup": "^4.19.1",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-swc3": "^0.11.1",

@@ -96,2 +81,3 @@ "rollup-preserve-directives": "^1.1.1",

"bunchee": "link:./",
"cross-env": "^7.0.3",
"husky": "^9.0.11",

@@ -126,3 +112,15 @@ "jest": "29.0.1",

},
"packageManager": "pnpm@9.4.0"
}
"scripts": {
"test": "jest --env node",
"test:update": "TEST_UPDATE_SNAPSHOT=1 pnpm test",
"test:post": "cross-env POST_BUILD=1 pnpm jest test/compile.test.ts test/integration.test.ts",
"test:ci": "[ -z $CI ] || pnpm test",
"clean": "rm -rf ./dist",
"typecheck": "tsc --noEmit && tsc -p test/tsconfig.json --noEmit",
"cli": "cross-env SWC_NODE_IGNORE_DYNAMIC=1 node -r @swc-node/register",
"ts-bunchee": "pnpm cli ./src/bin/index.ts",
"build-dir": "pnpm ts-bunchee --cwd",
"build": "pnpm cli ./src/bin/index.ts --runtime node",
"format": "prettier --write ."
}
}

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

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc