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.3 to 3.3.4

2

dist/cli.js

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

var version = "3.3.3";
var version = "3.3.4";

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

@@ -756,5 +756,5 @@ Object.defineProperty(exports, '__esModule', { value: true });

let tsConfigPath;
const ts = resolveTypescript(cwd);
tsConfigPath = path.resolve(cwd, 'tsconfig.json');
if (yield fileExists(tsConfigPath)) {
const ts = resolveTypescript(cwd);
const basePath = tsConfigPath ? path.dirname(tsConfigPath) : cwd;

@@ -761,0 +761,0 @@ const tsconfigJSON = ts.readConfigFile(tsConfigPath, ts.sys.readFile).config;

{
"name": "bunchee",
"version": "3.3.3",
"version": "3.3.4",
"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