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.12.8 to 5.12.9

dist/chunk-7E5MLYTU.js

4

dist/cli-default.js
#!/usr/bin/env node
"use strict";
var _chunkMPA76PQ5js = require('./chunk-MPA76PQ5.js');
var _chunk7E5MLYTUjs = require('./chunk-7E5MLYTU.js');

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

_chunkQ2NKY6R2js.init_cjs_shims.call(void 0, );
_chunkMPA76PQ5js.main.call(void 0, ).catch(_chunkS6RUHCSHjs.handleError);
_chunk7E5MLYTUjs.main.call(void 0, ).catch(_chunkS6RUHCSHjs.handleError);
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
var _chunkMPA76PQ5js = require('./chunk-MPA76PQ5.js');
var _chunk7E5MLYTUjs = require('./chunk-7E5MLYTU.js');
require('./chunk-Q2NKY6R2.js');
exports.main = _chunkMPA76PQ5js.main;
exports.main = _chunk7E5MLYTUjs.main;
#!/usr/bin/env node
"use strict";
var _chunkMPA76PQ5js = require('./chunk-MPA76PQ5.js');
var _chunk7E5MLYTUjs = require('./chunk-7E5MLYTU.js');

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

_chunkQ2NKY6R2js.init_cjs_shims.call(void 0, );
_chunkMPA76PQ5js.main.call(void 0, {
_chunk7E5MLYTUjs.main.call(void 0, {
skipNodeModulesBundle: true
}).catch(_chunkS6RUHCSHjs.handleError);

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

declare type MaybePromise<T> = T | Promise<T>;
declare type Logger = ReturnType<typeof createLogger>;

@@ -29,3 +31,2 @@ declare const createLogger: (name?: string | undefined) => {

};
declare type MaybePromise<T> = T | Promise<T>;
declare type RenderChunk = (this: PluginContext, code: string, chunkInfo: ChunkInfo) => MaybePromise<{

@@ -213,5 +214,5 @@ code: string;

};
declare const defineConfig: (options: Options | Options[] | ((overrideOptions: Options) => Options | Options[])) => Options | Options[] | ((overrideOptions: Options) => Options | Options[]);
declare const defineConfig: (options: Options | Options[] | ((overrideOptions: Options) => MaybePromise<Options | Options[]>)) => Options | Options[] | ((overrideOptions: Options) => MaybePromise<Options | Options[]>);
declare function build(_options: Options): Promise<void>;
export { Format, NormalizedOptions, Options, build, defineConfig };
{
"name": "tsup",
"version": "5.12.8",
"version": "5.12.9",
"main": "dist/index.js",

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

"resolve-from": "^5.0.0",
"rollup": "^2.60.0",
"rollup": "^2.74.1",
"source-map": "0.8.0-beta.0",

@@ -60,3 +60,3 @@ "sucrase": "^3.20.3",

"resolve": "1.20.0",
"rollup-plugin-dts": "4.2.0",
"rollup-plugin-dts": "4.2.1",
"rollup-plugin-hashbang": "2.2.2",

@@ -74,3 +74,5 @@ "string-argv": "0.3.1",

"peerDependencies": {
"typescript": "^4.1.0"
"typescript": "^4.1.0",
"postcss": "^8.4.12",
"@swc/core": "^1"
},

@@ -80,4 +82,10 @@ "peerDependenciesMeta": {

"optional": true
},
"postcss": {
"optional": true
},
"@swc/core": {
"optional": true
}
}
}

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