Socket
Socket
Sign inDemoInstall

bunchee

Package Overview
Dependencies
Maintainers
1
Versions
144
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 4.2.8 to 4.2.9

2

dist/bin/cli.js

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

var version = "4.2.8";
var version = "4.2.9";

@@ -121,0 +121,0 @@ const helpMessage = `

@@ -808,2 +808,6 @@ Object.defineProperty(exports, '__esModule', { value: true });

target: 'ESNext',
// Some react types required this to be false by default.
// Some type package like express might need this as it has other dependencies.
// Let users able to toggle this in tsconfig.
preserveSymlinks: 'preserveSymlinks' in tsCompilerOptions ? tsCompilerOptions.preserveSymlinks : false,
...!tsCompilerOptions.jsx ? {

@@ -810,0 +814,0 @@ jsx: 'react-jsx'

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

@@ -5,0 +5,0 @@ "bin": "./dist/bin/cli.js",

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