
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
This project is a portage in TypeScript of the repository https://github.com/ninjablocks/433Utils
This project is a simple portage in TypeScript of the repository 433Utils. This repository simply calls the various executables of the ported library.
The .cpp
files have been modified (in /custom433Utils/
) to pass the PIN as argument (and thus not to build the files each time the PIN is modified).
npm i 433-utils
This listener allows you to listen to data received by the receiver on the specified PIN.
let receiver = new Receiver(0); // Set PIN
receiver.setOnReceiveListener((data) => {
// handle data value
});
let transmitter = new Transmitter(1); // Set PIN
transmitter.send(123, 2, 1)
.then((values) => {
// message sent
});
The PIN parameters correspond to those of the WiringPi library. The mapping table can be found here.
This project needs:
FAQs
This project is a portage in TypeScript of the repository https://github.com/ninjablocks/433Utils
The npm package 433-utils receives a total of 0 weekly downloads. As such, 433-utils popularity was classified as not popular.
We found that 433-utils 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.