
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.
A library for creating online APIs using TypeScript. The server-side is described as classes, and the client-side is generated at runtime.
Booger is a library for creating online RPC services. It uses ws as the transport. The main idea is to write minimal code only for the server-side, and use definitions for autocompletion and build-time checking on the client-side. The secondary goal is to utilize the capabilities of online connections to enhance RPC functionality.
This is an experiment to test ideas. Currently, everything is being tested in controlled environments, with modern browsers and Node.js used as the client-side.
These are the convenience features implemented in the library:
Thanks to the online connection, several interesting features have been implemented. It's still unclear what their purpose is, but they look intriguing.
Hooks allow intercepting control at important points;
For each client-side action, you can create a factory and create an object of its type;
Can certain entities be created automatically upon connection?
FAQs
RPC
We found that booger 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.