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.2.0 to 1.3.0

11

package.json
{
"name": "tsup",
"version": "1.2.0",
"version": "1.3.0",
"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:typescript --bundle && chmod +x dist/cli.js",
"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",
"prepublishOnly": "npm run build",

@@ -18,2 +18,3 @@ "test": "npm run build && jest"

"dependencies": {
"joycon": "^2.2.5",
"rollup": "^2.10.0",

@@ -24,3 +25,4 @@ "rollup-plugin-esbuild": "^1.4.1"

"@rollup/plugin-commonjs": "^11.1.0",
"rollup-plugin-dts": "^1.4.2",
"@rollup/plugin-json": "^4.0.3",
"@rollup/plugin-node-resolve": "^7.1.3",
"@types/fs-extra": "^8.1.0",

@@ -37,6 +39,7 @@ "@types/jest": "^25.2.1",

"resolve": "^1.17.0",
"rollup-plugin-dts": "^1.4.2",
"rollup-plugin-hashbang": "^2.2.2",
"ts-jest": "^25.5.1",
"typescript": "^3.8.3"
"typescript": "^3.9.2"
}
}

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