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.1.0 to 3.1.1

2

dist/index.d.ts

@@ -27,5 +27,5 @@ import { BuildResult } from 'esbuild';

format: Format;
}): Promise<() => Promise<BuildResult | void>>;
}): Promise<BuildResult | undefined>;
declare function build(options: Options): Promise<void>;
export { Format, Options, build, makeLabel, runEsbuild };
{
"name": "tsup",
"version": "3.1.0",
"version": "3.1.1",
"main": "dist/index.js",

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

@@ -77,3 +77,3 @@ # tsup

You can `--target es5` or `"target": "es5" in `tsconfig.json` to compile the code down to es5, it's processed by [buble](http://buble.surge.sh/). Some features are supported by this target, namely: `for .. of`.
You can use `--target es5` or `"target": "es5"` in `tsconfig.json` to compile the code down to es5, it's processed by [buble](http://buble.surge.sh/). Some features are NOT supported by this target, namely: `for .. of`.

@@ -80,0 +80,0 @@ ### Watch mode

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