
Security News
Happy Birthday, Shai-Hulud
It has been one year since Shai-Hulud made its first appearance on npm.
@moneymafia/autopayninja-sdk
Advanced tools
Install
npm i @moneymafia/autopayninja-sdk
Graoh QL Definations
type subscriptionList @entity {
id: ID!
active: Boolean!
txn: Bytes! # address
timestamp: BigInt! # uint256
sub: Bytes! # uint256
plan: Bytes! # uint256
boss: Bytes! # address
user: Bytes! # address
cost: BigInt! # uint256
token: Bytes! # address
token_name: String! # string
token_symbol: String! # string
token_decimal: BigInt! # uint8
}
type transferList @entity {
id: ID!
txn: Bytes! # address
timestamp: BigInt! # uint256
sub: Bytes! # address
plan: Bytes! # uint256
user: Bytes! # address
boss: Bytes! # address
amount: BigInt! # uint256
token: Bytes! # address
token_name: String! # string
token_symbol: String! # string
token_decimal: BigInt!
token_balance: BigInt! # uint256
token_allowance: BigInt! # uint256
}
FAQs
Install
We found that @moneymafia/autopayninja-sdk 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.

Security News
It has been one year since Shai-Hulud made its first appearance on npm.

Research
/Security News
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.

Security News
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.