
Research
5 Malicious Chrome Extensions Enable Session Hijacking in Enterprise HR and ERP Systems
Five coordinated Chrome extensions enable session hijacking and block security controls across enterprise HR and ERP platforms.
module-bin-path
Advanced tools
Get the absolute file path to a bin entry of an installed dependency. Useful if you want to include a cli as an npm dependency and spawn it from node.
npm install module-bin-path
// let's assume npm install --save some-cli was include
const binPath = require('module-bin-path')
console.log('path to the bin entry', binPath('some-cli'))
// to spawn the included cli do
const child = childProcess.spawn(binPath('some-cli'), [ ... ])
const path = binPath(moduleName, [binEntry])Get the absolute path to a modules package.json bin entry.
binEntry is the bin entry name. Defaults to moduleName.
MIT
FAQs
Get the absolute file path to a bin entry of an installed dependency
The npm package module-bin-path receives a total of 1,138 weekly downloads. As such, module-bin-path popularity was classified as popular.
We found that module-bin-path 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.

Research
Five coordinated Chrome extensions enable session hijacking and block security controls across enterprise HR and ERP platforms.

Research
Node.js patched a crash bug where AsyncLocalStorage could cause stack overflows to bypass error handlers and terminate production servers.

Research
/Security News
A malicious Chrome extension steals newly created MEXC API keys, exfiltrates them to Telegram, and enables full account takeover with trading and withdrawal rights.