Socket
Socket
Sign inDemoInstall

tsup

Package Overview
Dependencies
14
Maintainers
1
Versions
190
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.2.2 to 6.2.3

dist/chunk-A7FPO4VP.js

4

dist/cli-default.js
#!/usr/bin/env node
"use strict";
var _chunkIXLAUFVLjs = require('./chunk-IXLAUFVL.js');
var _chunkA7FPO4VPjs = require('./chunk-A7FPO4VP.js');

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

// src/cli-default.ts
_chunkIXLAUFVLjs.main.call(void 0, ).catch(_chunkDNFHKOTNjs.handleError);
_chunkA7FPO4VPjs.main.call(void 0, ).catch(_chunkDNFHKOTNjs.handleError);
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
var _chunkIXLAUFVLjs = require('./chunk-IXLAUFVL.js');
var _chunkA7FPO4VPjs = require('./chunk-A7FPO4VP.js');
require('./chunk-YAA43YLE.js');
exports.main = _chunkIXLAUFVLjs.main;
exports.main = _chunkA7FPO4VPjs.main;
#!/usr/bin/env node
"use strict";
var _chunkIXLAUFVLjs = require('./chunk-IXLAUFVL.js');
var _chunkA7FPO4VPjs = require('./chunk-A7FPO4VP.js');

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

// src/cli-node.ts
_chunkIXLAUFVLjs.main.call(void 0, {
_chunkA7FPO4VPjs.main.call(void 0, {
skipNodeModulesBundle: true
}).catch(_chunkDNFHKOTNjs.handleError);
{
"name": "tsup",
"version": "6.2.2",
"version": "6.2.3",
"description": "Bundle your TypeScript library with no config, powered by esbuild",

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

"dependencies": {
"bundle-require": "^3.0.2",
"bundle-require": "^3.1.0",
"cac": "^6.7.12",

@@ -32,0 +32,0 @@ "chokidar": "^3.5.1",

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc