New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

esbuild

Package Overview
Dependencies
Maintainers
2
Versions
458
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

esbuild - npm Package Compare versions

Comparing version 0.16.8 to 0.16.9

8

install.js

@@ -93,4 +93,4 @@ "use strict";

}).toString().trim();
if (stdout !== "0.16.8") {
throw new Error(`Expected ${JSON.stringify("0.16.8")} but got ${JSON.stringify(stdout)}`);
if (stdout !== "0.16.9") {
throw new Error(`Expected ${JSON.stringify("0.16.9")} but got ${JSON.stringify(stdout)}`);
}

@@ -147,3 +147,3 @@ }

child_process.execSync(
`npm install --loglevel=error --prefer-offline --no-audit --progress=false ${pkg}@${"0.16.8"}`,
`npm install --loglevel=error --prefer-offline --no-audit --progress=false ${pkg}@${"0.16.9"}`,
{ cwd: installDir, stdio: "pipe", env }

@@ -199,3 +199,3 @@ );

async function downloadDirectlyFromNPM(pkg, subpath, binPath) {
const url = `https://registry.npmjs.org/${pkg}/-/${pkg.replace("@esbuild/", "")}-${"0.16.8"}.tgz`;
const url = `https://registry.npmjs.org/${pkg}/-/${pkg.replace("@esbuild/", "")}-${"0.16.9"}.tgz`;
console.error(`[esbuild] Trying to download ${JSON.stringify(url)}`);

@@ -202,0 +202,0 @@ try {

export type Platform = 'browser' | 'node' | 'neutral';
export type Format = 'iife' | 'cjs' | 'esm';
export type Loader = 'js' | 'jsx' | 'ts' | 'tsx' | 'css' | 'json' | 'text' | 'base64' | 'file' | 'dataurl' | 'binary' | 'copy' | 'default';
export type Loader = 'base64' | 'binary' | 'copy' | 'css' | 'dataurl' | 'default' | 'empty' | 'file' | 'js' | 'json' | 'jsx' | 'text' | 'ts' | 'tsx';
export type LogLevel = 'verbose' | 'debug' | 'info' | 'warning' | 'error' | 'silent';

@@ -5,0 +5,0 @@ export type Charset = 'ascii' | 'utf8';

{
"name": "esbuild",
"version": "0.16.8",
"version": "0.16.9",
"description": "An extremely fast JavaScript and CSS bundler and minifier.",

@@ -18,26 +18,26 @@ "repository": "https://github.com/evanw/esbuild",

"optionalDependencies": {
"@esbuild/android-arm": "0.16.8",
"@esbuild/android-arm64": "0.16.8",
"@esbuild/android-x64": "0.16.8",
"@esbuild/darwin-arm64": "0.16.8",
"@esbuild/darwin-x64": "0.16.8",
"@esbuild/freebsd-arm64": "0.16.8",
"@esbuild/freebsd-x64": "0.16.8",
"@esbuild/linux-arm": "0.16.8",
"@esbuild/linux-arm64": "0.16.8",
"@esbuild/linux-ia32": "0.16.8",
"@esbuild/linux-loong64": "0.16.8",
"@esbuild/linux-mips64el": "0.16.8",
"@esbuild/linux-ppc64": "0.16.8",
"@esbuild/linux-riscv64": "0.16.8",
"@esbuild/linux-s390x": "0.16.8",
"@esbuild/linux-x64": "0.16.8",
"@esbuild/netbsd-x64": "0.16.8",
"@esbuild/openbsd-x64": "0.16.8",
"@esbuild/sunos-x64": "0.16.8",
"@esbuild/win32-arm64": "0.16.8",
"@esbuild/win32-ia32": "0.16.8",
"@esbuild/win32-x64": "0.16.8"
"@esbuild/android-arm": "0.16.9",
"@esbuild/android-arm64": "0.16.9",
"@esbuild/android-x64": "0.16.9",
"@esbuild/darwin-arm64": "0.16.9",
"@esbuild/darwin-x64": "0.16.9",
"@esbuild/freebsd-arm64": "0.16.9",
"@esbuild/freebsd-x64": "0.16.9",
"@esbuild/linux-arm": "0.16.9",
"@esbuild/linux-arm64": "0.16.9",
"@esbuild/linux-ia32": "0.16.9",
"@esbuild/linux-loong64": "0.16.9",
"@esbuild/linux-mips64el": "0.16.9",
"@esbuild/linux-ppc64": "0.16.9",
"@esbuild/linux-riscv64": "0.16.9",
"@esbuild/linux-s390x": "0.16.9",
"@esbuild/linux-x64": "0.16.9",
"@esbuild/netbsd-x64": "0.16.9",
"@esbuild/openbsd-x64": "0.16.9",
"@esbuild/sunos-x64": "0.16.9",
"@esbuild/win32-arm64": "0.16.9",
"@esbuild/win32-ia32": "0.16.9",
"@esbuild/win32-x64": "0.16.9"
},
"license": "MIT"
}

Sorry, the diff of this file is not supported yet

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