
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
BITBOX lib for encoding/decoding BDIP-2
npm install dappid --save
// require lib
let dappid = require('dappid')
// create instance
let d = new dappid()
// encode BDIP-2
d.encodeBDIP2(
'00',
'0000',
'00',
'BitcoinCashApp',
'0eac357541b0ba572849113c5faa1d1990f6382741dc3e2f5507e3ca8346dc0e',
'web3bch.cash',
'Hello Bitcoin Cash'
)
// OP_RETURN 64617070 00 0000 00 426974636f696e43617368417070 0eac357541b0ba572849113c5faa1d1990f6382741dc3e2f5507e3ca8346dc0e 776562336263682e63617368 48656c6c6f20426974636f696e2043617368
d.decodeBDIP2(
'OP_RETURN 64617070 00 0000 00 426974636f696e43617368417070 0eac357541b0ba572849113c5faa1d1990f6382741dc3e2f5507e3ca8346dc0e 776562336263682e63617368 48656c6c6f20426974636f696e2043617368'
)
// { magicNumber: '64617070',
// txType: '00',
// txVersion: '0000',
// appType: '00',
// name: 'itcoinCashApp',
// protocolSpec: '0eac357541b0ba572849113c5faa1d1990f6382741dc3e2f5507e3ca8346dc0e',
// url: '119,101,98,bch.cash',
// metaData: 'ello Bitcoin Cash' }
FAQs
dappid
We found that dappid 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
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.