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.10.1 to 3.11.0

dist/chunk.erxsI5P-.js

2

dist/cli.js

@@ -25,3 +25,3 @@ #!/usr/bin/env node

default: "cjs"
}).option("--minify", "Minify bundle").option("--minify-whitespace", "Minify whitespace").option("--minify-identifiers", "Minify identifiers").option("--minify-syntax", "Minify syntax").option("--target <target>", 'Bundle target, "es20XX" or "esnext"', {
}).option("--minify", "Minify bundle").option("--minify-whitespace", "Minify whitespace").option("--minify-identifiers", "Minify identifiers").option("--minify-syntax", "Minify syntax").option("--keep-names", "Keep original function and class names in minified code").option("--target <target>", 'Bundle target, "es20XX" or "esnext"', {
default: "es2017"

@@ -28,0 +28,0 @@ }).option("--babel", "Transform the result with Babel").option("--legacy-output", "Output different formats to different folder instead of using different extensions").option("--dts", "Generate declaration file").option("--sourcemap", "Generate sourcemap file").option("--watch", "Watch mode").option("--env.* <value>", "Define compile-time env variables").option("--define.* <value>", "Define compile-time constants").option("--external <name>", "Mark specific packages as external").option("--global-name <name>", "Global variable name for iife format").option("--jsxFactory <jsxFactory>", "Name of JSX factory function", {

@@ -18,2 +18,3 @@ import { BuildResult } from 'esbuild';

minifySyntax?: boolean;
keepNames?: boolean;
watch?: boolean;

@@ -20,0 +21,0 @@ jsxFactory?: string;

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

var _chunkeNQFCg1hjs = require('./chunk.eNQFCg1h.js');
var _chunkerxsI5Pjs = require('./chunk.erxsI5P-.js');
require('./chunk.DEUMEOWj.js');

@@ -14,2 +14,2 @@

exports.build = _chunkeNQFCg1hjs.build; exports.makeLabel = _chunkeNQFCg1hjs.makeLabel; exports.runEsbuild = _chunkeNQFCg1hjs.runEsbuild;
exports.build = _chunkerxsI5Pjs.build; exports.makeLabel = _chunkerxsI5Pjs.makeLabel; exports.runEsbuild = _chunkerxsI5Pjs.runEsbuild;
{
"name": "tsup",
"version": "3.10.1",
"version": "3.11.0",
"main": "dist/index.js",

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

"resolve-from": "^5.0.0",
"rollup": "^2.33.3",
"rollup": "^2.34.2",
"rollup-plugin-dts": "^1.4.10",

@@ -35,8 +35,8 @@ "sucrase": "^3.16.0"

"devDependencies": {
"@babel/core": "^7.12.7",
"@babel/core": "^7.12.9",
"@rollup/plugin-json": "^4.1.0",
"@types/buble": "^0.19.2",
"@types/fs-extra": "^9.0.4",
"@types/jest": "^26.0.15",
"@types/node": "^14.14.9",
"@types/jest": "^26.0.16",
"@types/node": "^14.14.10",
"@types/resolve": "^1.17.1",

@@ -47,5 +47,5 @@ "buble": "^0.20.0",

"jest": "^26.6.3",
"postcss": "^8.1.10",
"postcss": "^8.1.14",
"postcss-simple-vars": "^6.0.1",
"prettier": "^2.2.0",
"prettier": "^2.2.1",
"rollup-plugin-hashbang": "^2.2.2",

@@ -52,0 +52,0 @@ "strip-json-comments": "^3.1.1",

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