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 1.4.7 to 1.4.8

5

dist/cli.js

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

default: "React.Fragment"
}).action(async (files, options) => {
}).option("--inlineDynamicImports", "Create a single bundle that inlines dynamic imports").action(async (files, options) => {
const {rollup, watch} = await Promise.resolve().then(function () { return _interopNamespace(require('rollup')); });

@@ -679,3 +679,4 @@ const {createRollupConfigs, printSizes} = await Promise.resolve().then(function () { return require('./index.js'); });

external: options.external,
moduleName: options.moduleName
moduleName: options.moduleName,
inlineDynamicImports: options.inlineDynamicImports
});

@@ -682,0 +683,0 @@ if (options.watch) {

1

dist/index.d.ts

@@ -21,2 +21,3 @@ import { InputOptions, OutputOptions, ModuleFormat } from 'rollup';

external?: string[];
inlineDynamicImports?: boolean;
};

@@ -23,0 +24,0 @@ declare function createRollupConfigs(files: string[], options: Options): Promise<{

{
"name": "tsup",
"version": "1.4.7",
"version": "1.4.8",
"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