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

esbuild

Package Overview
Dependencies
Maintainers
1
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.14.52 to 0.14.53

10

install.js

@@ -45,3 +45,3 @@ "use strict";

"linux x64 LE": "esbuild-linux-64",
"linux loong64 LE": "esbuild-linux-loong64",
"linux loong64 LE": "@esbuild/linux-loong64",
"netbsd x64 LE": "esbuild-netbsd-64",

@@ -93,4 +93,4 @@ "openbsd x64 LE": "esbuild-openbsd-64",

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

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

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

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

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

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

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

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

"optionalDependencies": {
"esbuild-android-64": "0.14.52",
"esbuild-android-arm64": "0.14.52",
"esbuild-darwin-64": "0.14.52",
"esbuild-darwin-arm64": "0.14.52",
"esbuild-freebsd-64": "0.14.52",
"esbuild-freebsd-arm64": "0.14.52",
"esbuild-linux-32": "0.14.52",
"esbuild-linux-64": "0.14.52",
"esbuild-linux-arm": "0.14.52",
"esbuild-linux-arm64": "0.14.52",
"esbuild-linux-loong64": "0.14.52",
"esbuild-linux-mips64le": "0.14.52",
"esbuild-linux-ppc64le": "0.14.52",
"esbuild-linux-riscv64": "0.14.52",
"esbuild-linux-s390x": "0.14.52",
"esbuild-netbsd-64": "0.14.52",
"esbuild-openbsd-64": "0.14.52",
"esbuild-sunos-64": "0.14.52",
"esbuild-windows-32": "0.14.52",
"esbuild-windows-64": "0.14.52",
"esbuild-windows-arm64": "0.14.52"
"@esbuild/linux-loong64": "0.14.53",
"esbuild-android-64": "0.14.53",
"esbuild-android-arm64": "0.14.53",
"esbuild-darwin-64": "0.14.53",
"esbuild-darwin-arm64": "0.14.53",
"esbuild-freebsd-64": "0.14.53",
"esbuild-freebsd-arm64": "0.14.53",
"esbuild-linux-32": "0.14.53",
"esbuild-linux-64": "0.14.53",
"esbuild-linux-arm": "0.14.53",
"esbuild-linux-arm64": "0.14.53",
"esbuild-linux-mips64le": "0.14.53",
"esbuild-linux-ppc64le": "0.14.53",
"esbuild-linux-riscv64": "0.14.53",
"esbuild-linux-s390x": "0.14.53",
"esbuild-netbsd-64": "0.14.53",
"esbuild-openbsd-64": "0.14.53",
"esbuild-sunos-64": "0.14.53",
"esbuild-windows-32": "0.14.53",
"esbuild-windows-64": "0.14.53",
"esbuild-windows-arm64": "0.14.53"
},
"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