
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.
matrix-js-snippets
Advanced tools
A small collection of snippets for repetitive tasks normally performed by matrix bots.
This package can be found on npm:
npm install matrix-js-snippets
var matrixUtils = require("matrix-js-snippets");
var sdk = require("matrix-js-sdk");
// Create your client
var client = sdk.createClient({ /* your arguments here */ });
// Enable the utiltiies you'd like to use
matrixUtils.autoAcceptInvites(client); // supports optional callback
// Don't forget to actually start the client too!
client.startClient();
FAQs
A small collection of JS snippets for matrix bots
The npm package matrix-js-snippets receives a total of 46 weekly downloads. As such, matrix-js-snippets popularity was classified as not popular.
We found that matrix-js-snippets 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
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.