
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.
node-easyfetch
Advanced tools
A forked project of node-superfetch, (node-superfetch: Brings superagent type styling inside node-fetch)
node-superfetch is perfect, but an issue is that it's not getting updated and node-fetch now support ESM module on node-fetch@v3+, since node-superfetch doesn't getting updated it's still sticked with v2 of node-fetch. An issue for update, I've already created see here. And since there's no response, I've migrate it for ESM support.
import Request from "node-easyfetch";
(async () => {
try {
const { body } = await Request.get("https://registry.npmjs.com/node-fetch");
console.log(body);
} catch (err) {
console.error(err);
}
return null;
})();
Same license as node-superfetch ISC
FAQs
Brings superagent styling inside node-fetch
We found that node-easyfetch 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.