You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

tsup

Package Overview
Dependencies
Maintainers
1
Versions
197
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.11.6 to 5.11.7

dist/chunk-4LWSGVZU.js

4

dist/cli-default.js
#!/usr/bin/env node
"use strict";
var _chunkWU2ASKP5js = require('./chunk-WU2ASKP5.js');
var _chunk4LWSGVZUjs = require('./chunk-4LWSGVZU.js');

@@ -14,2 +14,2 @@

_chunkW3SIF5L5js.init_cjs_shims.call(void 0, );
_chunkWU2ASKP5js.main.call(void 0, ).catch(_chunkCUXU6T6Yjs.handleError);
_chunk4LWSGVZUjs.main.call(void 0, ).catch(_chunkCUXU6T6Yjs.handleError);
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
var _chunkWU2ASKP5js = require('./chunk-WU2ASKP5.js');
var _chunk4LWSGVZUjs = require('./chunk-4LWSGVZU.js');
require('./chunk-W3SIF5L5.js');
exports.main = _chunkWU2ASKP5js.main;
exports.main = _chunk4LWSGVZUjs.main;
#!/usr/bin/env node
"use strict";
var _chunkWU2ASKP5js = require('./chunk-WU2ASKP5.js');
var _chunk4LWSGVZUjs = require('./chunk-4LWSGVZU.js');

@@ -14,4 +14,4 @@

_chunkW3SIF5L5js.init_cjs_shims.call(void 0, );
_chunkWU2ASKP5js.main.call(void 0, {
_chunk4LWSGVZUjs.main.call(void 0, {
skipNodeModulesBundle: true
}).catch(_chunkCUXU6T6Yjs.handleError);

@@ -147,3 +147,3 @@ import { BuildOptions, Plugin as Plugin$1, Loader } from 'esbuild';

/**
* Disable bunlding, default to true
* Disable bundling, default to true
*/

@@ -150,0 +150,0 @@ bundle?: boolean;

{
"name": "tsup",
"version": "5.11.6",
"version": "5.11.7",
"main": "dist/index.js",

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

@@ -7,7 +7,7 @@ # tsup

## What can it bundle?
## 👀 What can it bundle?
Anything that's supported by Node.js natively, namely `.js`, `.json`, `.mjs`. And TypeScript `.ts`, `.tsx`. [CSS support is experimental](https://tsup.egoist.sh/#css-support).
## Install
## ⚙️ Install

@@ -24,3 +24,3 @@ Install it locally in your project folder:

## Usage
## 📖 Usage

@@ -43,6 +43,10 @@ ### Bundle files

## Documentation
## 📚 Documentation
For complete usages, please dive into the [docs](https://tsup.egoist.sh).
## 💬 Discussions
Head over to the [discussions](https://github.com/egoist/tsup/discussions) to share your ideas.
## Sponsors

@@ -49,0 +53,0 @@

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