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.4.1 to 1.4.2

dist/cli.d.ts

7

package.json
{
"name": "tsup",
"version": "1.4.1",
"version": "1.4.2",
"main": "dist/index.js",
"bin": "dist/cli.js",
"types": "dist/index.d.ts",
"files": [

@@ -12,3 +13,3 @@ "dist"

"scripts": {
"build": "rm -rf dist && tsup src/cli.ts src/index.ts --external typescript --bundle",
"build": "rm -rf dist && tsup src/cli.ts src/index.ts --external typescript --bundle --dts",
"prepublishOnly": "npm run build",

@@ -41,5 +42,5 @@ "test": "npm run build && jest"

"ts-jest": "^25.5.1",
"tsup": "^1.3.0",
"tsup": "^1.4.1",
"typescript": "^3.9.2"
}
}
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