
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.
@trufflehq/mothertree-client
Advanced tools
The official client library for Truffle's Mothertree API.
This is the official client for Truffle's Mothertree API. It can be used both on the server and in the browser.
npm install @trufflehq/mothertree-client
import { MothertreeClient } from "@trufflehq/mothertree-client";
const client = new MothertreeClient({
// pass in the user's access token if you have one;
// to ensure compatibility with the browser,
// this library does not verify the token,
// so if you're on the server, you should
// do this with a library like `jsonwebtoken`
accessToken: 'your-access-token',
// optional;
// defaults to 'https://mothertree.staging.bio/graphql'
url: 'https://mothertree.staging.bio/graphql'
});
// Get the current user's id
client.userId
// Get the current user's member id
client.orgMemberId
// Get the id of the org that the current user is interacting with
client.orgId
// Get the current user's member info
await client.getOrgMember()
// Get the current org's info
await client.getOrg()
// Get the current user's roles in the current org
await client.getRoles()
FAQs
The official client library for Truffle's Mothertree API.
We found that @trufflehq/mothertree-client demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 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.