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 1.4.13 to 1.4.14

10

dist/cli.js

@@ -680,4 +680,10 @@ #!/usr/bin/env node

await Promise.all(rollupConfigs.map(async (config) => {
const result = await rollup(config.inputConfig);
await result.write(config.outputConfig);
var _a;
try {
const result = await rollup(config.inputConfig);
await result.write(config.outputConfig);
} catch (err) {
console.error(`Failed with following plugins used: ${(_a = config.inputConfig.plugins) == null ? void 0 : _a.map((p) => p.name).join(", ")}`);
throw err;
}
}));

@@ -684,0 +690,0 @@ printSizes();

6

package.json
{
"name": "tsup",
"version": "1.4.13",
"version": "1.4.14",
"main": "dist/index.js",

@@ -20,4 +20,4 @@ "bin": "dist/cli.js",

"rollup": "^2.10.0",
"rollup-plugin-esbuild": "^1.4.1",
"rollup-plugin-dts": "^1.4.6"
"rollup-plugin-dts": "^1.4.6",
"rollup-plugin-esbuild": "^1.4.1"
},

@@ -24,0 +24,0 @@ "devDependencies": {

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