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.2.0 to 6.2.1

dist/chunk-ZISW2456.js

4

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

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

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

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

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

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

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

@@ -127,0 +127,0 @@ jsxFragment?: string;

{
"name": "tsup",
"version": "6.2.0",
"version": "6.2.1",
"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