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.1.1 to 3.2.0

2

dist/cli.js

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

var version = "3.1.1";
var version = "3.2.0";

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

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

var rollup = require('rollup');
var pluginWasm = require('@rollup/plugin-wasm');
var rollupPluginSwc3 = require('rollup-plugin-swc3');

@@ -461,2 +462,3 @@ var commonjs = require('@rollup/plugin-commonjs');

json__default.default(),
pluginWasm.wasm(),
rollupPluginSwc3.swc({

@@ -463,0 +465,0 @@ include: /\.(m|c)?[jt]sx?$/,

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

@@ -52,2 +52,3 @@ "bin": {

"@rollup/plugin-replace": "5.0.2",
"@rollup/plugin-wasm": "6.1.3",
"@swc/core": "1.3.46",

@@ -54,0 +55,0 @@ "@swc/helpers": "0.5.0",

@@ -48,3 +48,3 @@ # bunchee

"build": "bunchee"
},
}
}

@@ -51,0 +51,0 @@ ```

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