Socket
Socket
Sign inDemoInstall

tsup

Package Overview
Dependencies
Maintainers
1
Versions
198
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tsup - npm Package Compare versions

Comparing version 6.2.3 to 6.3.0

dist/chunk-5V37TKIB.js

4

dist/cli-default.js
#!/usr/bin/env node
"use strict";
var _chunkA7FPO4VPjs = require('./chunk-A7FPO4VP.js');
var _chunk5V37TKIBjs = require('./chunk-5V37TKIB.js');

@@ -11,2 +11,2 @@

// src/cli-default.ts
_chunkA7FPO4VPjs.main.call(void 0, ).catch(_chunkDNFHKOTNjs.handleError);
_chunk5V37TKIBjs.main.call(void 0, ).catch(_chunkDNFHKOTNjs.handleError);
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
var _chunkA7FPO4VPjs = require('./chunk-A7FPO4VP.js');
var _chunk5V37TKIBjs = require('./chunk-5V37TKIB.js');
require('./chunk-YAA43YLE.js');
exports.main = _chunkA7FPO4VPjs.main;
exports.main = _chunk5V37TKIBjs.main;
#!/usr/bin/env node
"use strict";
var _chunkA7FPO4VPjs = require('./chunk-A7FPO4VP.js');
var _chunk5V37TKIBjs = require('./chunk-5V37TKIB.js');

@@ -11,4 +11,4 @@

// src/cli-node.ts
_chunkA7FPO4VPjs.main.call(void 0, {
_chunk5V37TKIBjs.main.call(void 0, {
skipNodeModulesBundle: true
}).catch(_chunkDNFHKOTNjs.handleError);

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

* Skip node_modules bundling
* Will still bundle modules matching the `noExternal` option
*/

@@ -195,3 +196,3 @@ skipNodeModulesBundle?: boolean;

*/
platform?: 'node' | 'browser';
platform?: 'node' | 'browser' | 'neutral';
/**

@@ -198,0 +199,0 @@ * Esbuild loader option

{
"name": "tsup",
"version": "6.2.3",
"version": "6.3.0",
"description": "Bundle your TypeScript library with no config, powered by esbuild",

@@ -5,0 +5,0 @@ "main": "dist/index.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

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc