Socket
Socket
Sign inDemoInstall

tsup

Package Overview
Dependencies
Maintainers
2
Versions
197
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 8.0.0 to 8.0.1

dist/chunk-B7MGEJFZ.js

6

dist/cli-default.js
#!/usr/bin/env node
"use strict";
var _chunk4NKJYYK3js = require('./chunk-4NKJYYK3.js');
require('./chunk-EPAEWGCP.js');
var _chunkB7MGEJFZjs = require('./chunk-B7MGEJFZ.js');
require('./chunk-MK5NEXLC.js');

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

// src/cli-default.ts
_chunk4NKJYYK3js.main.call(void 0, ).catch(_chunkUIX4URMVjs.handleError);
_chunkB7MGEJFZjs.main.call(void 0, ).catch(_chunkUIX4URMVjs.handleError);
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
var _chunk4NKJYYK3js = require('./chunk-4NKJYYK3.js');
require('./chunk-EPAEWGCP.js');
var _chunkB7MGEJFZjs = require('./chunk-B7MGEJFZ.js');
require('./chunk-MK5NEXLC.js');
require('./chunk-GQ77QZBO.js');
exports.main = _chunk4NKJYYK3js.main;
exports.main = _chunkB7MGEJFZjs.main;
#!/usr/bin/env node
"use strict";
var _chunk4NKJYYK3js = require('./chunk-4NKJYYK3.js');
require('./chunk-EPAEWGCP.js');
var _chunkB7MGEJFZjs = require('./chunk-B7MGEJFZ.js');
require('./chunk-MK5NEXLC.js');

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

// src/cli-node.ts
_chunk4NKJYYK3js.main.call(void 0, {
_chunkB7MGEJFZjs.main.call(void 0, {
skipNodeModulesBundle: true
}).catch(_chunkUIX4URMVjs.handleError);
{
"name": "tsup",
"version": "8.0.0",
"version": "8.0.1",
"description": "Bundle your TypeScript library with no config, powered by esbuild",

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

"test": "npm run build && npm run test-only",
"format": "prettier --write .",
"test-only": "vitest run",

@@ -29,0 +30,0 @@ "build-fast": "npm run build -- --no-dts"

@@ -55,3 +55,2 @@ # tsup

<p align="center">

@@ -58,0 +57,0 @@ <a href="https://chromatic.com" target="_blank"><picture>

@@ -27,3 +27,2 @@ {

]
}

@@ -30,0 +29,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