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.1.3 to 6.2.0

dist/chunk-PFLUUIES.js

4

dist/cli-default.js
#!/usr/bin/env node
"use strict";
var _chunk4AOMLM7Ijs = require('./chunk-4AOMLM7I.js');
var _chunkPFLUUIESjs = require('./chunk-PFLUUIES.js');

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

// src/cli-default.ts
_chunk4AOMLM7Ijs.main.call(void 0, ).catch(_chunkM24XL6CIjs.handleError);
_chunkPFLUUIESjs.main.call(void 0, ).catch(_chunkM24XL6CIjs.handleError);
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
var _chunk4AOMLM7Ijs = require('./chunk-4AOMLM7I.js');
var _chunkPFLUUIESjs = require('./chunk-PFLUUIES.js');
require('./chunk-WXLEX5S3.js');
exports.main = _chunk4AOMLM7Ijs.main;
exports.main = _chunkPFLUUIESjs.main;
#!/usr/bin/env node
"use strict";
var _chunk4AOMLM7Ijs = require('./chunk-4AOMLM7I.js');
var _chunkPFLUUIESjs = require('./chunk-PFLUUIES.js');

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

// src/cli-node.ts
_chunk4AOMLM7Ijs.main.call(void 0, {
_chunkPFLUUIESjs.main.call(void 0, {
skipNodeModulesBundle: true
}).catch(_chunkM24XL6CIjs.handleError);

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

footer?: string;
/**
* Overrides `compilerOptions`
* This option takes higher priority than `compilerOptions` in tsconfig.json
*/
compilerOptions?: any;
};

@@ -120,3 +125,3 @@ declare type BannerOrFooter = {

ignoreWatch?: string[] | string;
onSuccess?: string;
onSuccess?: string | ((...params: any[]) => Promise<any>);
jsxFactory?: string;

@@ -123,0 +128,0 @@ jsxFragment?: string;

{
"name": "tsup",
"version": "6.1.3",
"version": "6.2.0",
"main": "dist/index.js",

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

"@rollup/plugin-json": "4.1.0",
"@swc/core": "1.2.126",
"@swc/core": "1.2.218",
"@types/debug": "4.1.7",

@@ -68,3 +68,3 @@ "@types/flat": "5.0.2",

"typescript": "4.6.3",
"vitest": "0.8.4",
"vitest": "0.19.0",
"wait-for-expect": "3.0.2"

@@ -71,0 +71,0 @@ },

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