Socket
Socket
Sign inDemoInstall

bunchee

Package Overview
Dependencies
Maintainers
1
Versions
142
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.1.0 to 5.1.1

8

dist/bin/cli.js

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

var version = "5.1.0";
var version = "5.1.1";

@@ -559,3 +559,3 @@ function relativify(path) {

if (binDirent.isFile()) {
const binFileAbsolutePath = path__default.default.join(binDirent.path, binDirent.name);
const binFileAbsolutePath = path__default.default.join(absoluteDirPath, binDirent.name);
if (fs__default.default.existsSync(binFileAbsolutePath)) {

@@ -615,3 +615,3 @@ bins.set(normalizeExportPath(originalSubpath), binFileAbsolutePath);

}
const sourceFileAbsolutePath = path__default.default.join(dirent.path, dirent.name);
const sourceFileAbsolutePath = path__default.default.join(dirPath, dirent.name);
if (isBinaryPath) {

@@ -662,3 +662,3 @@ bins.set(originalSubpath, sourceFileAbsolutePath);

if (binDirent.isDirectory()) {
const binDirentList = await fsp__default.default.readdir(path__default.default.join(binDirent.path, binDirent.name), {
const binDirentList = await fsp__default.default.readdir(path__default.default.join(sourceFolderPath, binDirent.name), {
withFileTypes: true

@@ -665,0 +665,0 @@ });

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

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

Sorry, the diff of this file is too big to display

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc