Socket
Socket
Sign inDemoInstall

tsup

Package Overview
Dependencies
14
Maintainers
1
Versions
190
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.6.1 to 6.6.2

dist/chunk-3GR3NO2V.js

10

dist/cli-default.js
#!/usr/bin/env node
"use strict";
var _chunkMOLSLJJAjs = require('./chunk-MOLSLJJA.js');
require('./chunk-FGZMP7T2.js');
var _chunk3GR3NO2Vjs = require('./chunk-3GR3NO2V.js');
require('./chunk-W774UXFS.js');
var _chunkOUMKCN57js = require('./chunk-OUMKCN57.js');
require('./chunk-EBJAWNYG.js');
var _chunkQAQ2Z76Ijs = require('./chunk-QAQ2Z76I.js');
require('./chunk-OSC67C6M.js');
// src/cli-default.ts
_chunkMOLSLJJAjs.main.call(void 0, ).catch(_chunkOUMKCN57js.handleError);
_chunk3GR3NO2Vjs.main.call(void 0, ).catch(_chunkQAQ2Z76Ijs.handleError);
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
var _chunkMOLSLJJAjs = require('./chunk-MOLSLJJA.js');
require('./chunk-FGZMP7T2.js');
require('./chunk-EBJAWNYG.js');
var _chunk3GR3NO2Vjs = require('./chunk-3GR3NO2V.js');
require('./chunk-W774UXFS.js');
require('./chunk-OSC67C6M.js');
exports.main = _chunkMOLSLJJAjs.main;
exports.main = _chunk3GR3NO2Vjs.main;
#!/usr/bin/env node
"use strict";
var _chunkMOLSLJJAjs = require('./chunk-MOLSLJJA.js');
require('./chunk-FGZMP7T2.js');
var _chunk3GR3NO2Vjs = require('./chunk-3GR3NO2V.js');
require('./chunk-W774UXFS.js');
var _chunkOUMKCN57js = require('./chunk-OUMKCN57.js');
require('./chunk-EBJAWNYG.js');
var _chunkQAQ2Z76Ijs = require('./chunk-QAQ2Z76I.js');
require('./chunk-OSC67C6M.js');
// src/cli-node.ts
_chunkMOLSLJJAjs.main.call(void 0, {
_chunk3GR3NO2Vjs.main.call(void 0, {
skipNodeModulesBundle: true
}).catch(_chunkOUMKCN57js.handleError);
}).catch(_chunkQAQ2Z76Ijs.handleError);

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

enum InlineFunctions {
declare enum InlineFunctions {
Disabled = 0,

@@ -293,3 +293,3 @@ SimpleFunctions = 1,

enum OutputQuoteStyle {
declare enum OutputQuoteStyle {
PreferDouble = 0,

@@ -296,0 +296,0 @@ AlwaysSingle = 1,

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

@@ -69,3 +69,3 @@ "main": "dist/index.js",

"tsconfig-paths": "3.12.0",
"tsup": "6.4.0",
"tsup": "6.6.1",
"typescript": "4.9.5",

@@ -72,0 +72,0 @@ "vitest": "0.28.4",

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc