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.3.0 to 4.3.1

dist/chunk.6S7IGVAX.js

2

dist/cli.js

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

default: "React.Fragment"
}).option("--inlineDynamicImports", "Create a single bundle that inlines dynamic imports").option("--replaceNodeEnv", "Replace process.env.NODE_ENV").action(async (files, flags) => {
}).option("--inlineDynamicImports", "Create a single bundle that inlines dynamic imports").option("--replaceNodeEnv", "Replace process.env.NODE_ENV").option("--no-splitting", "Disable code splitting").action(async (files, flags) => {
const {build} = await Promise.resolve().then(() => require("./index.js"));

@@ -29,0 +29,0 @@ const options = {

@@ -49,2 +49,8 @@ import { BuildResult } from 'esbuild';

replaceNodeEnv?: boolean;
/**
* Code splitting
* Default to `true`
* You may want to disable code splitting sometimes: #255
*/
splitting?: boolean;
};

@@ -51,0 +57,0 @@ declare type NormalizedOptions = MarkRequired<Options, 'entryPoints' | 'format'>;

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

var _chunkTSGP26P7js = require('./chunk.TSGP26P7.js');
var _chunk6S7IGVAXjs = require('./chunk.6S7IGVAX.js');
require('./chunk.G2NS2WYX.js');

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

exports.build = _chunkTSGP26P7js.build; exports.makeLabel = _chunkTSGP26P7js.makeLabel; exports.runEsbuild = _chunkTSGP26P7js.runEsbuild;
exports.build = _chunk6S7IGVAXjs.build; exports.makeLabel = _chunk6S7IGVAXjs.makeLabel; exports.runEsbuild = _chunk6S7IGVAXjs.runEsbuild;
{
"name": "tsup",
"version": "4.3.0",
"version": "4.3.1",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "bin": "dist/cli.js",

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