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 3.12.0 to 3.12.1

dist/chunk.VLZO66V2.js

4

dist/index.js

@@ -5,3 +5,3 @@ "use strict";Object.defineProperty(exports, "__esModule", {value: true});

var _chunk4YE4QPOHjs = require('./chunk.4YE4QPOH.js');
var _chunkVLZO66V2js = require('./chunk.VLZO66V2.js');
require('./chunk.G2NS2WYX.js');

@@ -12,2 +12,2 @@

exports.build = _chunk4YE4QPOHjs.build; exports.makeLabel = _chunk4YE4QPOHjs.makeLabel; exports.runEsbuild = _chunk4YE4QPOHjs.runEsbuild;
exports.build = _chunkVLZO66V2js.build; exports.makeLabel = _chunkVLZO66V2js.makeLabel; exports.runEsbuild = _chunkVLZO66V2js.runEsbuild;
{
"name": "tsup",
"version": "3.12.0",
"version": "3.12.1",
"main": "dist/index.js",

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

"prepublishOnly": "npm run build",
"test": "npm run build && jest"
"test": "npm run build && jest",
"tsup": "node -r sucrase/register src/cli"
},

@@ -41,8 +42,9 @@ "dependencies": {

"@types/jest": "^26.0.20",
"@types/node": "^14.14.21",
"@types/node": "^14.14.22",
"@types/resolve": "^1.17.1",
"buble": "^0.20.0",
"execa": "^4.1.0",
"fs-extra": "^9.0.1",
"fs-extra": "^9.1.0",
"jest": "^26.6.3",
"jju": "^1.4.0",
"postcss": "^8.2.4",

@@ -49,0 +51,0 @@ "postcss-simple-vars": "^6.0.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

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc