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 3.3.2 to 3.3.3

2

dist/cli.js

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

var version = "3.3.2";
var version = "3.3.3";

@@ -103,0 +103,0 @@ function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) {

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

} else if (typeof exportsCondition === 'object') {
Object.keys(exportsCondition).forEach((key)=>{
const value = exportsCondition[key];
findExport(key, value, paths, packageType);
});
if (isExportLike(exportsCondition)) {
paths['.'] = constructFullExportCondition(exportsCondition, packageType);
} else {
Object.keys(exportsCondition).forEach((key)=>{
const value = exportsCondition[key];
findExport(key, value, paths, packageType);
});
}
}

@@ -277,0 +281,0 @@ return paths;

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

@@ -5,0 +5,0 @@ "bin": {

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