
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
@ayanworks/credo-polygon-w3c-module
Advanced tools
- W3C did:polygon method registry for [credo-ts](https://github.com/openwallet-foundation/credo-ts).
import { PolygonDidResolver, PolygonDidRegistrar, PolygonModule } from 'afj-polygon-w3c-module'
const agent = new Agent({
config: {
/* agent config */
},
dependencies,
modules: {
/* ... */
dids: new DidsModule({
resolvers: [ /* ... */, new PolygonDidResolver()],
registrars: [ /* ... */, new PolygonDidRegistrar()],
}),
/* ... */
polygon: new PolygonModule({
rpcUrl: 'rpcUrl' // polygon rpc url,
didContractAddress: 'didContractAddress' // polygon did contract address,
fileServerToken: 'fileServerToken' // polygon file server token to store schema json,
schemaManagerContractAddress: 'schemaManagerContractAddress' // polygon schema manager contract address,
serverUrl: 'serverUrl' // polygon file server url,
}),
})
FAQs
- W3C did:polygon method registry for [credo-ts](https://github.com/openwallet-foundation/credo-ts).
The npm package @ayanworks/credo-polygon-w3c-module receives a total of 0 weekly downloads. As such, @ayanworks/credo-polygon-w3c-module popularity was classified as not popular.
We found that @ayanworks/credo-polygon-w3c-module demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 6 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.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.