Product
Socket Now Supports uv.lock Files
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
@erebos/api-bzz-browser
Advanced tools
Swarm (BZZ) APIs for the browser.
yarn add @erebos/api-bzz-browser
See the library documentation website.
MIT
v0.8.0 (2019-05-28)
FeedMode
and FeedOptions
types have been removed, their use cases are implemented by new methods.mode
and contentChangedOnly
fields have been removed from the PollOptions
object.xxxFeedValue()
methods of the Bzz class have been changed as follows:
getFeedValue()
getFeedChunk()
to load the chunk itselfgetFeedContentHash()
to load the chunk and parse the response as a Swarm hashgetFeedContent()
to load the chunk, parse the response as a Swarm hash and load the referenced resourcepollFeedValue()
pollFeedChunk()
to poll the chunk itselfpollFeedContentHash()
to poll the chunk and parse the response as a Swarm hashpollFeedContent()
to poll the chunk, parse the response as a Swarm hash and load the referenced resourcepostSignedFeedValue()
-> postSignedFeedChunk()
postFeedValue()
-> postFeedChunk()
updateFeedValue()
-> setFeedChunk()
uploadFeedValue()
-> setFeedContent()
download()
-> getChapter()
upload()
-> postChapter()
getChapterID()
-> getLatestChapterID()
loadChapter()
-> getLatestChapter()
updateChapterID()
-> setLatestChapterID()
createUpdater()
-> createAddChapter()
loadChapters()
-> getChapters()
@erebos/wallet-hd
utility package has been added, providing a simple way to use Hierarchical Deterministic wallets.PollContentHashOptions
and PollContentOptions
have been added for the pollFeedContentHash()
and pollFeedContent()
methods, respectively.setFeedContentHash()
method has been added to the Bzz class.setLatestChapter()
: sets the latest chapter without checking the previous
field, while the logic of addChapter()
has been changed to retrieve the latest chapter ID before adding the new chapter when the previous
field is not provided.createLoader()
: returns an Observable of chapters.pollLatestChapter()
: returns an Observable of the latest chapter.The library is now tested against Swarm v0.4.0, using the Docker image provided by ethersphere.
FAQs
Bzz API for browser
The npm package @erebos/api-bzz-browser receives a total of 5 weekly downloads. As such, @erebos/api-bzz-browser popularity was classified as not popular.
We found that @erebos/api-bzz-browser 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.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.
Security News
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.