
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
esbuild-meta-into-html-script-src
Advanced tools
npm install [-g|--save] esbuild-meta-into-html-script-src
then use on commandline (npx esbuild-meta-into-html-script-src ...) or in scripts of package.json to automate
esbuild-meta-into-html-script-src metaJsonPath srcHtmlPath desHtmlPath [srcPrefix [desPrefix]]
metaJsonPath: meta json file path generated by esbuild: https://esbuild.github.io/api/#metafilesrcHtmlPath: html template file pathdesHtmlPath: result html path will be written tosrcPrefix and desPrefix: prefix to remove in meta json mapping, for example, entering srcPrefix: 'src/', desPrefix: 'dist/' will make:
'src/web.js': 'dist/web-NPBBEE7I.js'
become:
'web.js': 'web-NPBBEE7I.js'
esbuild-meta-into-html-script-src meta.json src/index.html dist/index.html src/ dist/
window.ENTRY_POINTS_MAPPING = typeof window !== 'undefined' ? JSON.parse(
document.head.querySelector('meta[name=entry-points-mapping]')?.content || '{}'
) : {}
FAQs
## Installation
We found that esbuild-meta-into-html-script-src demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.