Socket
Socket
Sign inDemoInstall

@chialab/esbuild-plugin-alias

Package Overview
Dependencies
5
Maintainers
2
Versions
65
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.17.1 to 0.17.2

4

lib/index.js

@@ -101,3 +101,5 @@ import path from 'path';

external.forEach((ext) => {
delete aliasMap[ext];
if (aliasMap[ext]) {
delete aliasMap[ext];
}
});

@@ -104,0 +106,0 @@

{
"name": "@chialab/esbuild-plugin-alias",
"type": "module",
"version": "0.17.1",
"version": "0.17.2",
"description": "A plugin for esbuild that resolves aliases or empty modules.",

@@ -6,0 +6,0 @@ "main": "lib/index.js",

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