Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

tsup

Package Overview
Dependencies
Maintainers
1
Versions
200
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 5.6.0 to 5.6.1

dist/chunk-BSQ7BJM3.js

4

dist/cli-default.js
#!/usr/bin/env node
"use strict";
var _chunkZLCU34XBjs = require('./chunk-ZLCU34XB.js');
var _chunkBSQ7BJM3js = require('./chunk-BSQ7BJM3.js');

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

_chunkS7QNHPEQjs.init_cjs_shims.call(void 0, );
_chunkZLCU34XBjs.main.call(void 0, ).catch(_chunkOTPJHKCDjs.handleError);
_chunkBSQ7BJM3js.main.call(void 0, ).catch(_chunkOTPJHKCDjs.handleError);
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
var _chunkZLCU34XBjs = require('./chunk-ZLCU34XB.js');
var _chunkBSQ7BJM3js = require('./chunk-BSQ7BJM3.js');
require('./chunk-S7QNHPEQ.js');
exports.main = _chunkZLCU34XBjs.main;
exports.main = _chunkBSQ7BJM3js.main;
#!/usr/bin/env node
"use strict";
var _chunkZLCU34XBjs = require('./chunk-ZLCU34XB.js');
var _chunkBSQ7BJM3js = require('./chunk-BSQ7BJM3.js');

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

_chunkS7QNHPEQjs.init_cjs_shims.call(void 0, );
_chunkZLCU34XBjs.main.call(void 0, {
_chunkBSQ7BJM3js.main.call(void 0, {
skipNodeModulesBundle: true
}).catch(_chunkOTPJHKCDjs.handleError);
{
"name": "tsup",
"version": "5.6.0",
"version": "5.6.1",
"main": "dist/index.js",

@@ -26,3 +26,4 @@ "bin": {

"build:simple": "npm run tsup -- src/cli-*.ts src/index.ts src/rollup.ts --clean --splitting",
"tsup": "node -r sucrase/register src/cli-default.ts"
"tsup": "node -r sucrase/register src/cli-default.ts",
"postinstall": "patch-package"
},

@@ -60,2 +61,3 @@ "dependencies": {

"jju": "^1.4.0",
"patch-package": "^6.4.7",
"postcss": "^8.2.10",

@@ -62,0 +64,0 @@ "postcss-simple-vars": "^6.0.3",

@@ -50,4 +50,8 @@ # tsup

## Project Stats
![Alt](https://repobeats.axiom.co/api/embed/4ef361ec8445b33c2dab451e1d23784015834c72.svg "Repobeats analytics image")
## License
MIT © [EGOIST](https://github.com/sponsors/egoist)

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