Socket
Socket
Sign inDemoInstall

esbuild

Package Overview
Dependencies
0
Maintainers
1
Versions
449
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.3 to 0.2.4

4

lib/main.js

@@ -241,4 +241,4 @@ const child_process = require('child_process');

const loader = options.loader || 'js';
const name = `/input.${loader}`;
const flags = ['build', name, file, '--', name, '--outfile=/output.js'];
const name = `input.${loader}`;
const flags = ['build', `/${name}`, file, '--', name, '--outfile=/output.js'];
pushCommonFlags(flags, options);

@@ -245,0 +245,0 @@ if (options.loader) flags.push(`--loader:.${loader}=${options.loader}`);

{
"name": "esbuild",
"version": "0.2.3",
"version": "0.2.4",
"description": "An extremely fast JavaScript bundler and minifier.",

@@ -5,0 +5,0 @@ "repository": "https://github.com/evanw/esbuild",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc