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 2.1.0 to 2.1.1

dist/lib.d.ts

4

dist/cli.js

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

var version = "2.1.0";
var version = "2.1.1";

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

cwd: args["--cwd"],
dts: !!args["--dts"],
dts: args["--dts"],
help: args["--help"],

@@ -198,0 +198,0 @@ version: args["--version"],

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

module: "esnext",
incremental: false,
jsx: (tsCompilerOptions == null ? void 0 : tsCompilerOptions.jsx) || "react"

@@ -574,3 +575,3 @@ })

function logBuild(exportPath, dtsOnly, _duration) {
logger.log(" ✓ " + (dtsOnly ? "Generated types" : "Built") + " " + exportPath);
logger.log(" ✓ " + (dtsOnly ? "Typed" : "Built") + " " + exportPath);
}

@@ -640,2 +641,5 @@ function assignDefault(options, name, defaultValue) {

assignDefault(options, "target", "es5");
if (options.dts === undefined && isTypescript(entryPath)) {
options.dts = true;
}
pkg = getPackageMeta(config.rootDir);

@@ -642,0 +646,0 @@ _tmp = {};

{
"name": "bunchee",
"version": "2.1.0",
"version": "2.1.1",
"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