Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bunchee

Package Overview
Dependencies
Maintainers
0
Versions
165
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 6.2.0 to 6.3.0

2

dist/bin/cli.js

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

var version = "6.2.0";
var version = "6.3.0";

@@ -648,0 +648,0 @@ async function writeDefaultTsconfig(tsConfigPath) {

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

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

"react-dom": "^19.0.0",
"typescript": "^5.6.2"
"typescript": "^5.7.2"
},

@@ -103,3 +103,3 @@ "lint-staged": {

"moduleNameMapper": {
"bunchee": "<rootDir>/src/index.ts"
"^bunchee$": "<rootDir>/src/index.ts"
},

@@ -113,3 +113,4 @@ "transform": {

"/node_modules/",
"<rootDir>/test/integration/.*/*src"
"<rootDir>/test/integration/.*/*src",
"<rootDir>/test/fixtures"
],

@@ -126,2 +127,3 @@ "testTimeout": 60000

"clean": "rm -rf ./dist",
"new-test": "node ./scripts/new-test.js",
"typecheck": "tsc --noEmit && tsc -p test/tsconfig.json --noEmit",

@@ -128,0 +130,0 @@ "prepare-release": "pnpm clean && pnpm build",

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