
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.
runtime-eol
Advanced tools
Small package to check current tools End of life / End of support
e.g. Node Version etc.
# -s | --skip => Skip downloading from remote
# -a | --add [...] => Specify additional tools (e.g., -a python)
# -r | --recommend => Recommended version instead of minimum
# -h | --help => Show this help message
## Console Examples:
npx runtime-eol -a python sls
npx runtime-eol -s
## Sample output:
# Node - system = 20.10.0 | target = 18 => OK
# Python - system = 3.9.6 | target = 3.9 => OK
# Lambda - system = nodejs18.x => OK
# versions ok => 3 out of 3
const eol = require('runtime-eol');
/*
* optional argument:
* {
* skipRemote: false,
* tools: ['python'],
* recommend: false,
* }
*/
const result = await eol();
console.log(result) // -> true if All tools ok, false if at least one is behind
This package runs and fully depends on Endoflife API.
Thanks to the team behind - https://endoflife.date/
MIT
FAQs
check runtime versions
We found that runtime-eol demonstrated a healthy version release cadence and project activity because the last version was released less than 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.