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 4.6.0 to 4.6.1

dist/chunk.UVDTG7DV.js

4

dist/index.js

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

var _chunkAC4Z5S7Gjs = require('./chunk.AC4Z5S7G.js');
var _chunkUVDTG7DVjs = require('./chunk.UVDTG7DV.js');
require('./chunk.G2NS2WYX.js');

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

exports.build = _chunkAC4Z5S7Gjs.build; exports.makeLabel = _chunkAC4Z5S7Gjs.makeLabel; exports.runEsbuild = _chunkAC4Z5S7Gjs.runEsbuild;
exports.build = _chunkUVDTG7DVjs.build; exports.makeLabel = _chunkUVDTG7DVjs.makeLabel; exports.runEsbuild = _chunkUVDTG7DVjs.runEsbuild;
{
"name": "tsup",
"version": "4.6.0",
"version": "4.6.1",
"main": "dist/index.js",

@@ -16,7 +16,7 @@ "bin": "dist/cli.js",

"scripts": {
"build": "rm -rf dist && tsup src/cli.ts src/index.ts src/rollup.ts --dts-resolve",
"build": "tsup src/cli.ts src/index.ts src/rollup.ts --clean --dts-resolve",
"prepublishOnly": "npm run build",
"test": "npm run build:simple && jest",
"//": "Building without dts for speed",
"build:simple": "rm -rf dist && tsup src/cli.ts src/index.ts src/rollup.ts"
"build:simple": "tsup src/cli.ts src/index.ts src/rollup.ts --clean"
},

@@ -28,3 +28,3 @@ "dependencies": {

"chokidar": "^3.5.1",
"esbuild": "^0.8.53",
"esbuild": "^0.8.54",
"globby": "^11.0.2",

@@ -34,11 +34,10 @@ "joycon": "^2.2.5",

"resolve-from": "^5.0.0",
"rollup": "^2.39.0",
"rollup-plugin-dts": "^2.0.1",
"rollup": "^2.40.0",
"sucrase": "^3.17.1"
},
"devDependencies": {
"@babel/core": "^7.12.17",
"@babel/core": "^7.13.8",
"@rollup/plugin-json": "^4.1.0",
"@types/buble": "^0.19.2",
"@types/fs-extra": "^9.0.7",
"@types/fs-extra": "^9.0.8",
"@types/jest": "^26.0.20",

@@ -56,9 +55,18 @@ "@types/node": "^14.14.31",

"rollup-plugin-hashbang": "^2.2.2",
"rollup-plugin-dts": "^2.0.1",
"strip-json-comments": "^3.1.1",
"svelte": "3.34.0",
"ts-essentials": "^7.0.1",
"ts-jest": "^26.5.1",
"tsup": "^4.2.0",
"typescript": "^4.1.5"
"ts-jest": "^26.5.2",
"tsup": "^4.6.0",
"typescript": "^4.2.2"
},
"peerDependencies": {
"typescript": "^4.2.2"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
}
}

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