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
459
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.5.14 to 0.5.15

8

lib/main.js

@@ -13,5 +13,7 @@ let __defineProperty = Object.defineProperty;

__markAsModule(target);
for (let key in module2)
if (__hasOwnProperty.call(module2, key) && !__hasOwnProperty.call(target, key) && key !== "default")
__defineProperty(target, key, {get: () => module2[key], enumerable: true});
if (typeof module2 === "object" || typeof module2 === "function") {
for (let key in module2)
if (__hasOwnProperty.call(module2, key) && !__hasOwnProperty.call(target, key) && key !== "default")
__defineProperty(target, key, {get: () => module2[key], enumerable: true});
}
return target;

@@ -18,0 +20,0 @@ };

{
"name": "esbuild",
"version": "0.5.14",
"version": "0.5.15",
"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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc