Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

tsup

Package Overview
Dependencies
Maintainers
1
Versions
200
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 5.6.3 to 5.7.0

dist/chunk-DJKU7WPU.js

4

dist/cli-default.js
#!/usr/bin/env node
"use strict";
var _chunkWRUV7O5Kjs = require('./chunk-WRUV7O5K.js');
var _chunkDJKU7WPUjs = require('./chunk-DJKU7WPU.js');

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

_chunkS7QNHPEQjs.init_cjs_shims.call(void 0, );
_chunkWRUV7O5Kjs.main.call(void 0, ).catch(_chunkOTPJHKCDjs.handleError);
_chunkDJKU7WPUjs.main.call(void 0, ).catch(_chunkOTPJHKCDjs.handleError);

@@ -1,2 +0,2 @@

import { O as Options } from './options-202237a5';
import { O as Options } from './options-05746ff8';
import 'esbuild';

@@ -3,0 +3,0 @@ import 'rollup';

"use strict";Object.defineProperty(exports, "__esModule", {value: true});
var _chunkWRUV7O5Kjs = require('./chunk-WRUV7O5K.js');
var _chunkDJKU7WPUjs = require('./chunk-DJKU7WPU.js');
require('./chunk-S7QNHPEQ.js');
exports.main = _chunkWRUV7O5Kjs.main;
exports.main = _chunkDJKU7WPUjs.main;
#!/usr/bin/env node
"use strict";
var _chunkWRUV7O5Kjs = require('./chunk-WRUV7O5K.js');
var _chunkDJKU7WPUjs = require('./chunk-DJKU7WPU.js');

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

_chunkS7QNHPEQjs.init_cjs_shims.call(void 0, );
_chunkWRUV7O5Kjs.main.call(void 0, {
_chunkDJKU7WPUjs.main.call(void 0, {
skipNodeModulesBundle: true
}).catch(_chunkOTPJHKCDjs.handleError);
import { BuildResult } from 'esbuild';
import { O as Options, F as Format } from './options-202237a5';
export { F as Format, O as Options } from './options-202237a5';
import { O as Options, F as Format } from './options-05746ff8';
export { F as Format, O as Options } from './options-05746ff8';
import 'rollup';

@@ -10,3 +10,3 @@

declare type NormalizedOptions = MarkRequired<Options, 'entryPoints' | 'format' | 'outDir'>;
declare const defineConfig: (options: Options) => Options;
declare const defineConfig: (options: Options | ((overrideOptions: Options) => Options)) => Options | ((overrideOptions: Options) => Options);
declare function runEsbuild(options: NormalizedOptions, { format, css }: {

@@ -13,0 +13,0 @@ format: Format;

{
"name": "tsup",
"version": "5.6.3",
"version": "5.7.0",
"main": "dist/index.js",

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

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