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

@chialab/esbuild-helpers

Package Overview
Dependencies
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chialab/esbuild-helpers - npm Package Compare versions

Comparing version 0.11.8 to 0.11.9

6

lib/index.js

@@ -60,8 +60,6 @@ import path from 'path';

const outputs = metafile.outputs;
const outputEntryPoints = Object.keys(outputs)
return /** @type {string} */(Object.keys(outputs)
.filter((output) => !output.endsWith('.map'))
.filter((output) => outputs[output].entryPoint)
.map((output) => path.resolve(rootDir, /** @type {string} */(outputs[output].entryPoint)));
return outputEntryPoints.find((output) => entryPoints.includes(output)) || outputEntryPoints[0];
.find((output) => entryPoints.includes(path.resolve(rootDir, /** @type {string} */(outputs[output].entryPoint)))));
}

@@ -68,0 +66,0 @@

{
"name": "@chialab/esbuild-helpers",
"type": "module",
"version": "0.11.8",
"version": "0.11.9",
"description": "A set of helpers for esbuild and plugins.",

@@ -36,3 +36,3 @@ "main": "lib/index.js",

},
"gitHead": "c4e60500a376fc358091abeb9b2aa1c4957d5578"
"gitHead": "8788af9ec6a61f333618595308e285a04350fbae"
}
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