
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.
@stellar-asset-lists/sdk
Advanced tools
Thin wrapper library for the Stellar asset list catalogue. The easiest way to start using SAL in your web app.
npm i @stellar-asset-lists/sdk
const allLists = await fetchAvailableAssetLists()
/*
[
{
"name": "AssetList1",
"provider": "Stellar community",
"description": "Assets approved by Stellar community members",
"url": "https://stellar.community/asset-list",
"icon": "https://gateway.ipfs.io/ipfs/bafkreibpzncuhbk5ozhdw7xkcdoyf3xhwhcwcf6sj7axjzimxw6vm6pvyy"
}
]
*/
const list = await fetchAssetList('https://stellar.community/asset-list')
/*
{
"name": "Stellar Top 50",
"provider": "StellarExpert",
"description": "Assets approved by Stellar community members",
"version": "1.0",
"feedback": "https://stellar.community/feedback",
"assets": [
{
"code": "yXLM",
"issuer": "GARDNV3Q7YGT4AKSDF25LT32YSCCW4EV22Y2TV3I2PU2MMXJTEDL5T55",
"org": "Ultra Stellar LLC dba Ultra Stellar",
"domain": "ultrastellar.com",
"icon": "https://ipfs.io/ipfs/bafkreihntcz2lpaxawmbhwidtuifladkgew6olwuly2dz5pewqillhhpay",
"decimals": 7
},
{
"code": "USDC",
"issuer": "GA5ZSEJYB37JRC5AVCIA5MOP4RHTM335X2KGX3IHOJAPP5RE34K4KZVN",
"name": "USD Coin",
"org": "Centre Consortium LLC dba Centre Consortium",
"domain": "centre.io",
"icon": "https://ipfs.io/ipfs/bafkreibpzncuhbk5ozhdw7xkcdoyf3xhwhcwcf6sj7axjzimxw6vm6pvyy",
"decimals": 7
}
]
}
*/
setAssetListResolverOptions({
catalogueUrl: 'https://stellar-asset-lists.github.io/index/', //replace the URL of the catalogue
ipfsGatewayUrl: 'https://gateway.ipfs.io/ipfs/' //change default IPFS gateway URL
})
npm run test
FAQs
Thin wrapper library for asset list catalogue
We found that @stellar-asset-lists/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.
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.