Socket
Socket
Sign inDemoInstall

@netlify/esbuild

Package Overview
Dependencies
0
Maintainers
19
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.13.2 to 0.13.3

6

install.js

@@ -46,3 +46,3 @@ var __defProp = Object.defineProperty;

const child_process = require("child_process");
const version = "0.13.2";
const version = "0.13.3";
const binPath = path.join(__dirname, "bin", "esbuild");

@@ -255,4 +255,4 @@ function installBinaryFromPackage(name, fromPath, toPath) {

const knownWindowsPackages = {
"win32 ia32 LE": "esbuild-windows-32",
"win32 x64 LE": "esbuild-windows-64"
"win32 ia32 LE": "@netlify/esbuild-windows-32",
"win32 x64 LE": "@netlify/esbuild-windows-64"
};

@@ -259,0 +259,0 @@ const knownUnixlikePackages = {

{
"name": "@netlify/esbuild",
"version": "0.13.2",
"version": "0.13.3",
"description": "An extremely fast JavaScript bundler and minifier.",

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

Sorry, the diff of this file is too big to display

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