Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
@exodus/nfts
Advanced tools
This monitor fetches NFTs related data transaction information, for each supported network (if it has nfts support and nfts-proxy supports fetching transaction history by address).
nftsMonitor.on('nfts', (data) => port.emit('nfts', data))
nftsMonitor.on('nftsTxs', (data) => port.emit('nftsTxs', data))
Interval multiplier for Addresses without txs (from txLog), does NOT apply to short intervals (less than 1 minute)
Interval multiplier for Addresses without NFTs, does NOT apply to short intervals.
example: background interval is set to 5 minutes, a specific solana address has txs in txLog but no NFTs, the fetch for that address will happen every 15 minutes instead of 5.
FAQs
Multi-asset NFTs fetching and tracking for off-chain user metadata
We found that @exodus/nfts demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.