
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.
node-modules
Advanced tools
Node.js module and cli tool for searching node-modules.com
npm install -g node-modules
After installation you can search for node modules through the terminal by doing
node-modules search my query
This will spawn a less instance will the search result nicely formatted.
You can also personalize your results by ranking modules by authors you follow
or star on github by running
node-modules personalize
If your github account could not be auto detected, use -u to specify it, e.g.:
node-modules personalize -u mafintosh
For more information run node-modules help
You can also use it from within your node application
var search = require('node-modules');
var stream = search('test framework', {username:'mafintosh'});
stream.on('data', function(result) {
console.log(result);
});
stream.on('end', function() {
console.log('no more results');
});
MIT
FAQs
commandline tool and node module for node-modules.com
The npm package node-modules receives a total of 1,456 weekly downloads. As such, node-modules popularity was classified as popular.
We found that node-modules demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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.