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 1.3.0 to 1.3.1

dist/_commonjsHelpers-de28b396.js

5

package.json
{
"name": "tsup",
"version": "1.3.0",
"version": "1.3.1",
"main": "dist/index.js",

@@ -12,3 +12,3 @@ "bin": "dist/cli.js",

"scripts": {
"build": "rm -rf dist && esbuild src/cli.ts --platform=node --outdir=dist --format=cjs --target=es2018 --external:rollup --external:rollup-plugin-esbuild --external:joycon --external:typescript --bundle && chmod +x dist/cli.js",
"build": "rm -rf dist && tsup src/cli.ts src/index.ts --external typescript --bundle",
"prepublishOnly": "npm run build",

@@ -40,4 +40,5 @@ "test": "npm run build && jest"

"ts-jest": "^25.5.1",
"tsup": "^1.3.0",
"typescript": "^3.9.2"
}
}
dist/cli.js

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