Socket
Socket
Sign inDemoInstall

bunchee

Package Overview
Dependencies
Maintainers
0
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-beta.0 to 5.3.0

4

dist/bin/cli.js

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

var version = "5.3.0-beta.0";
var version = "5.3.0";

@@ -584,3 +584,2 @@ function relativify(path) {

exportsEntries.set(exportPath, sourceFilesMap);
break;
}

@@ -1059,2 +1058,3 @@ }

} else {
stopSpinner();
if (assetJobs.length === 0) {

@@ -1061,0 +1061,0 @@ logger.warn('The "src" directory does not contain any entry files. ' + 'For proper usage, please refer to the following link: ' + 'https://github.com/huozhi/bunchee#usage');

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

@@ -8,2 +8,17 @@ "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",

@@ -108,15 +123,3 @@ "keywords": [

},
"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",
"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 ."
}
}
"packageManager": "pnpm@9.4.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

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc