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.5 to 0.13.6

5

install.js

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

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

@@ -50,3 +50,4 @@ async function installBinaryFromPackage(name, fromPath, toPath) {

if (!buffer) {
const url = `https://registry.npmjs.org/${name}/-/${name}-${version}.tgz`;
const canonicalName = name.split("/").pop();
const url = `https://registry.npmjs.org/${name}/-/${canonicalName}-${version}.tgz`;
console.error(`Trying to download ${JSON.stringify(url)}`);

@@ -53,0 +54,0 @@ try {

2

package.json
{
"name": "@netlify/esbuild",
"version": "0.13.5",
"version": "0.13.6",
"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