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 7.1.0 to 7.2.0

dist/chunk-52KWB5QB.js

6

dist/cli-default.js
#!/usr/bin/env node
"use strict";
var _chunkRCEDGIWEjs = require('./chunk-RCEDGIWE.js');
require('./chunk-JEJ5VAZV.js');
var _chunkE33JV7SQjs = require('./chunk-E33JV7SQ.js');
require('./chunk-NSPLMNA4.js');

@@ -12,2 +12,2 @@

// src/cli-default.ts
_chunkRCEDGIWEjs.main.call(void 0, ).catch(_chunkGEVDEBBWjs.handleError);
_chunkE33JV7SQjs.main.call(void 0, ).catch(_chunkGEVDEBBWjs.handleError);
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
var _chunkRCEDGIWEjs = require('./chunk-RCEDGIWE.js');
require('./chunk-JEJ5VAZV.js');
var _chunkE33JV7SQjs = require('./chunk-E33JV7SQ.js');
require('./chunk-NSPLMNA4.js');
require('./chunk-B7UJSB4N.js');
exports.main = _chunkRCEDGIWEjs.main;
exports.main = _chunkE33JV7SQjs.main;
#!/usr/bin/env node
"use strict";
var _chunkRCEDGIWEjs = require('./chunk-RCEDGIWE.js');
require('./chunk-JEJ5VAZV.js');
var _chunkE33JV7SQjs = require('./chunk-E33JV7SQ.js');
require('./chunk-NSPLMNA4.js');

@@ -12,4 +12,4 @@

// src/cli-node.ts
_chunkRCEDGIWEjs.main.call(void 0, {
_chunkE33JV7SQjs.main.call(void 0, {
skipNodeModulesBundle: true
}).catch(_chunkGEVDEBBWjs.handleError);

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

type KILL_SIGNAL = 'SIGKILL' | 'SIGTERM';
type Format = 'cjs' | 'esm' | 'iife';

@@ -514,2 +515,8 @@ type ContextForOutPathGeneration = {

publicDir?: string | boolean;
killSignal?: KILL_SIGNAL;
/**
* Interop default within `module.exports` in cjs
* @default false
*/
cjsInterop?: boolean;
};

@@ -516,0 +523,0 @@ type NormalizedOptions = Omit<MarkRequired<Options, 'entry' | 'outDir'>, 'dts' | 'format'> & {

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

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

"rollup-plugin-dts": "5.3.0",
"rollup-plugin-hashbang": "2.2.2",
"rollup-plugin-hashbang": "3.0.0",
"sass": "1.62.1",

@@ -72,3 +72,3 @@ "strip-json-comments": "4.0.0",

"tsconfig-paths": "3.12.0",
"tsup": "6.6.1",
"tsup": "7.1.0",
"typescript": "5.0.2",

@@ -75,0 +75,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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc