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.4 to 5.11.5

dist/chunk-D53I3R4L.js

10

dist/cli-default.js
#!/usr/bin/env node
"use strict";
var _chunk6WOFM5BHjs = require('./chunk-6WOFM5BH.js');
var _chunkD53I3R4Ljs = require('./chunk-D53I3R4L.js');
var _chunkPXPHZW3Ljs = require('./chunk-PXPHZW3L.js');
var _chunkNYXLJXXUjs = require('./chunk-NYXLJXXU.js');
var _chunk7LNKIL7Fjs = require('./chunk-7LNKIL7F.js');
var _chunkFMBBZ7UUjs = require('./chunk-FMBBZ7UU.js');
// src/cli-default.ts
_chunk7LNKIL7Fjs.init_cjs_shims.call(void 0, );
_chunk6WOFM5BHjs.main.call(void 0, ).catch(_chunkPXPHZW3Ljs.handleError);
_chunkFMBBZ7UUjs.init_cjs_shims.call(void 0, );
_chunkD53I3R4Ljs.main.call(void 0, ).catch(_chunkNYXLJXXUjs.handleError);
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
var _chunk6WOFM5BHjs = require('./chunk-6WOFM5BH.js');
require('./chunk-7LNKIL7F.js');
var _chunkD53I3R4Ljs = require('./chunk-D53I3R4L.js');
require('./chunk-FMBBZ7UU.js');
exports.main = _chunk6WOFM5BHjs.main;
exports.main = _chunkD53I3R4Ljs.main;
#!/usr/bin/env node
"use strict";
var _chunk6WOFM5BHjs = require('./chunk-6WOFM5BH.js');
var _chunkD53I3R4Ljs = require('./chunk-D53I3R4L.js');
var _chunkPXPHZW3Ljs = require('./chunk-PXPHZW3L.js');
var _chunkNYXLJXXUjs = require('./chunk-NYXLJXXU.js');
var _chunk7LNKIL7Fjs = require('./chunk-7LNKIL7F.js');
var _chunkFMBBZ7UUjs = require('./chunk-FMBBZ7UU.js');
// src/cli-node.ts
_chunk7LNKIL7Fjs.init_cjs_shims.call(void 0, );
_chunk6WOFM5BHjs.main.call(void 0, {
_chunkFMBBZ7UUjs.init_cjs_shims.call(void 0, );
_chunkD53I3R4Ljs.main.call(void 0, {
skipNodeModulesBundle: true
}).catch(_chunkPXPHZW3Ljs.handleError);
}).catch(_chunkNYXLJXXUjs.handleError);

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

import { Metafile, BuildOptions, Plugin as Plugin$1, Loader } from 'esbuild';
import { BuildOptions, Plugin as Plugin$1, Loader } from 'esbuild';
import { InputOption } from 'rollup';

@@ -35,3 +35,3 @@ import { RawSourceMap } from 'source-map';

declare type BuildEnd = (this: PluginContext, ctx: {
metafile?: Metafile;
writtenFiles: WrittenFile[];
}) => MaybePromise<void>;

@@ -52,2 +52,6 @@ declare type ModifyEsbuildOptions = (this: PluginContext, options: BuildOptions) => void;

};
declare type WrittenFile = {
readonly name: string;
readonly size: number;
};

@@ -108,3 +112,3 @@ declare type Format = 'cjs' | 'esm' | 'iife';

dts?: boolean | string | DtsConfig;
sourcemap?: boolean;
sourcemap?: boolean | 'inline';
/** Always bundle modules matching given patterns */

@@ -111,0 +115,0 @@ noExternal?: (string | RegExp)[];

{
"name": "tsup",
"version": "5.11.4",
"version": "5.11.5",
"main": "dist/index.js",

@@ -74,3 +74,3 @@ "bin": {

"tsconfig-paths": "^3.12.0",
"tsup": "^5.11.0",
"tsup": "^5.11.4",
"typescript": "^4.2.4",

@@ -77,0 +77,0 @@ "wait-for-expect": "^3.0.2"

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc