You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

tsup

Package Overview
Dependencies
Maintainers
1
Versions
197
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.11.12 to 5.11.13

dist/chunk-5GIRF6GY.js

4

dist/cli-default.js
#!/usr/bin/env node
"use strict";
var _chunkGFLPYCYTjs = require('./chunk-GFLPYCYT.js');
var _chunk5GIRF6GYjs = require('./chunk-5GIRF6GY.js');

@@ -14,2 +14,2 @@

_chunk4R4UQZRTjs.init_cjs_shims.call(void 0, );
_chunkGFLPYCYTjs.main.call(void 0, ).catch(_chunkNK5HUMBWjs.handleError);
_chunk5GIRF6GYjs.main.call(void 0, ).catch(_chunkNK5HUMBWjs.handleError);
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
var _chunkGFLPYCYTjs = require('./chunk-GFLPYCYT.js');
var _chunk5GIRF6GYjs = require('./chunk-5GIRF6GY.js');
require('./chunk-4R4UQZRT.js');
exports.main = _chunkGFLPYCYTjs.main;
exports.main = _chunk5GIRF6GYjs.main;
#!/usr/bin/env node
"use strict";
var _chunkGFLPYCYTjs = require('./chunk-GFLPYCYT.js');
var _chunk5GIRF6GYjs = require('./chunk-5GIRF6GY.js');

@@ -14,4 +14,4 @@

_chunk4R4UQZRTjs.init_cjs_shims.call(void 0, );
_chunkGFLPYCYTjs.main.call(void 0, {
_chunk5GIRF6GYjs.main.call(void 0, {
skipNodeModulesBundle: true
}).catch(_chunkNK5HUMBWjs.handleError);
{
"name": "tsup",
"version": "5.11.12",
"version": "5.11.13",
"main": "dist/index.js",

@@ -24,13 +24,5 @@ "bin": {

"test": "npm run build && npm run test-only",
"test-only": "ava test/*.test.ts --fail-fast --timeout 60s",
"test-only": "vitest run",
"build-fast": "npm run build -- --no-dts"
},
"ava": {
"extensions": [
"ts"
],
"require": [
"sucrase/register"
]
},
"dependencies": {

@@ -60,3 +52,2 @@ "bundle-require": "^3.0.2",

"@types/resolve": "1.20.1",
"ava": "4.0.0",
"colorette": "2.0.16",

@@ -79,2 +70,3 @@ "consola": "2.15.3",

"typescript": "4.5.4",
"vitest": "^0.2.5",
"wait-for-expect": "3.0.2"

@@ -81,0 +73,0 @@ },

@@ -45,3 +45,3 @@ # tsup

For all configraution options, please see [the API docs](https://paka.dev/npm/tsup#module-index-export-Options).
For all configuration options, please see [the API docs](https://paka.dev/npm/tsup#module-index-export-Options).

@@ -48,0 +48,0 @@ ## 💬 Discussions

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc