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 browser.
yarn add erebos-api-bzz-browser
See the library documentation.
MIT
v0.6.0 (2019-01-09)
This release introduces a large refactoring of feeds interactions, notably to provide some high-level APIs. As a result, various breaking changes were needed to keep the APIs consistent and provide more security options, as detailed below.
createFeedDigest()
and createKeyPair()
functions have been removed from the @erebos/api-bzz-base
and @erebos/swarm
packages.Bzz
instance constructor now requires to be provided a BzzConfig
object rather than only the HTTP gateway url
.postFeedValue()
method arguments have changed.Most Bzz methods arguments have changed, the headers
that were previously passed as argument must now be provided in the options
object instead.
@erebos/keccak256
and @erebos/secp256k1
packages have been added.timeout
option, and a default timeout
can optionally be set in the BzzConfig
object when creating the instance.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.