
Security News
Open Source Maintainers Feeling the Weight of the EU’s Cyber Resilience Act
The EU Cyber Resilience Act is prompting compliance requests that open source maintainers may not be obligated or equipped to handle.
@rss3/js-sdk
Advanced tools
RSS3 JavaScript SDK, the Turbocharger🌪️ for Your Next Open Web Development.
The Turbocharger for Your Next Open Web Development.
npm i @rss3/js-sdk
Get open social activities of anyone, here we get vitalik.eth
's comments on farcaster
:
import { dataClient } from '@rss3/js-sdk'
const socialActivities = await dataClient().activities('vitalik.eth', {
tag: ['social'],
type: ['comment'],
platform: ['farcaster'],
})
Or simply query cross-network and human-readable feed of anyone:
import { dataClient } from '@rss3/js-sdk'
const readableFeed = await dataClient().activities('0xd8da6bf26964af9d7eed9e03e53415d37aa96045')
Search for keyword Ethereum
across over 100 blockchains, networks and applications:
import { searchClient } from '@rss3/js-sdk'
const searchResults = await searchClient().activities({
keyword: 'Ethereum',
})
Or on a specific platform like mirror
:
import { searchClient } from '@rss3/js-sdk'
const searchResults = await searchClient().activities({
keyword: 'Ethereum',
platform: ['mirror'],
})
Coming soon.
For more examples visit RSS3 Docs.
MIT.
FAQs
RSS3 JavaScript SDK, the Turbocharger🌪️ for Your Next Open Web Development.
The npm package @rss3/js-sdk receives a total of 33 weekly downloads. As such, @rss3/js-sdk popularity was classified as not popular.
We found that @rss3/js-sdk demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 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
The EU Cyber Resilience Act is prompting compliance requests that open source maintainers may not be obligated or equipped to handle.
Security News
Crates.io adds Trusted Publishing support, enabling secure GitHub Actions-based crate releases without long-lived API tokens.
Research
/Security News
Undocumented protestware found in 28 npm packages disrupts UI for Russian-language users visiting Russian and Belarusian domains.