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.5.1 to 4.6.0

dist/chunk.AC4Z5S7G.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").option("--no-splitting", "Disable code splitting").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").option("--clean", "Clean output directory").action(async (files, flags) => {
const {build} = await Promise.resolve().then(() => require("./index.js"));

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

@@ -55,2 +55,6 @@ import { BuildResult } from 'esbuild';

splitting?: boolean;
/**
* Clean output directory before each build
*/
clean?: boolean;
};

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

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

var _chunkFVQDUOFFjs = require('./chunk.FVQDUOFF.js');
var _chunkAC4Z5S7Gjs = require('./chunk.AC4Z5S7G.js');
require('./chunk.G2NS2WYX.js');

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

exports.build = _chunkFVQDUOFFjs.build; exports.makeLabel = _chunkFVQDUOFFjs.makeLabel; exports.runEsbuild = _chunkFVQDUOFFjs.runEsbuild;
exports.build = _chunkAC4Z5S7Gjs.build; exports.makeLabel = _chunkAC4Z5S7Gjs.makeLabel; exports.runEsbuild = _chunkAC4Z5S7Gjs.runEsbuild;
{
"name": "tsup",
"version": "4.5.1",
"version": "4.6.0",
"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