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.9 to 4.2.10

2

dist/bin/cli.js

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

var version = "4.2.9";
var version = "4.2.10";

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

@@ -67,3 +67,4 @@ Object.defineProperty(exports, '__esModule', { value: true });

'THIS_IS_UNDEFINED',
'INVALID_ANNOTATION'
'INVALID_ANNOTATION',
'UNUSED_EXTERNAL_IMPORT'
]);

@@ -468,3 +469,3 @@

const exportType = subpath;
const defaultPath = exportCondition[subpath].default;
const defaultPath = typeof exportCondition[subpath] === 'object' ? exportCondition[subpath].default : exportCondition[subpath];
const nestedExportCondition = {

@@ -471,0 +472,0 @@ [exportType]: defaultPath

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

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

@@ -425,3 +425,3 @@ # bunchee

Bunchee offers a convenient watch mode for rebuilding your library whenever changes are made to the source files. To enable this feature, use either -w or --watch.
Bunchee offers a convenient watch mode for rebuilding your library whenever changes are made to the source files. To enable this feature, use either `-w` or `--watch`.

@@ -428,0 +428,0 @@ #### `target`

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