Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@erebos/api-bzz-base

Package Overview
Dependencies
Maintainers
6
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@erebos/api-bzz-base - npm Package Versions

23

0.12.0

Diff

Changelog

Source

v0.12.0 (2019-12-17)

Breaking change

The Timeline class has been split between the TimelineReader and TimelineWriter classes. TimelineWriter extends TimelineReader and therefore can be used as a dropped-in replacement for Timeline.

Additional features

Other change

HTTP error messages from Swarm are now parsed when possible thanks to Adam Uhlíř's pull request.

New package

The @erebos/feed-list package has been added, implementing lists data structures on top of raw Swarm feeds.

paul_lecam
published 0.11.0 •

Changelog

Source

v0.11.0 (2019-11-28)

This release adds support for Readable streams in @erebos/api-bzz-base, thanks to Adam Uhlíř's pull request.

Breaking change

The uploadFileStream() method of @erebos/api-bzz-node has been removed, uploadFile() now supporting streams.

Additional features

Other change

The code base and type definitions have been updated to TypeScript 3.7 thanks to Adam Uhlíř's pull request.

paul_lecam
published 0.10.0 •

Changelog

Source

v0.10.0 (2019-10-01)

Breaking changes

Swarm v0.5 support

Erebos v0.10 adds support for 2 new features added to the Swarm v0.5 release:

paul_lecam
published 0.9.0 •

Changelog

Source

v0.9.0 (2019-08-12)

Breaking changes

TypeScript rewrite

The main change in this release is the code base being rewritten in TypeScript. As part of these changes, the library no longer uses ES modules default exports but only named exports, such as:

  • import { Bzz } from '@erebos/api-bzz-node'
  • import { Pss } from '@erebos/api-pss'
  • import { createHex } from '@erebos/hex'
Pss module changes
  • The EMPTY_HEX constant has been renamed to EMPTY_ADDRESS.
  • The sendRaw(), setPeerPublicKey() and setSymmetricKey() methods of the Pss class no longer set a default address value, use EMPTY_ADDRESS if needed.
Browser module namespacing

The @erebos/swarm-browser package now exports its contents in the Erebos.swarm namespace instead of Erebos. For example Erebos.swarm.SwarmClient() should be used instead of Erebos.SwarmClient().
The browser builds (in the dist folder) have been renamed from erebos.development.js and erebos.production.js to erebos.swarm.development.js and erebos.swarm.production.js to better reflect this change.

Additional features

  • The downloadTarTo() method has been added to @erebos/api-bzz-node.
  • The experimental @erebos/api-bzz-react-native has been added by Mark Vujevits in PR #98.

Other changes

  • The sign() and verify() functions exported by the @erebos/secp256k1 package now accept a BNInput input value as exported by the elliptic package.
  • The addChapter() method of the Timeline class now calls createChapter(), so default values for the chapter will be injected.
  • Fixed links to Swarm install & run (by thecryptofruit in PR #108).
  • Docs have been updated to expose TypeScript interfaces rather than Flow types.
paul_lecam
published 0.8.1 •

Changelog

Source

v0.8.1 (2019-06-17)

  • Add missing rxjs dependency to @erebos/api-bzz-base package.
  • Fix TypeScript definition for @erebos/api-bzz-base package.
paul_lecam
published 0.8.0 •

Changelog

Source

v0.8.0 (2019-05-28)

Breaking changes

Additional features

Other changes

The library is now tested against Swarm v0.4.0, using the Docker image provided by ethersphere.

paul_lecam
published 0.7.2 •

Changelog

Source

v0.7.2 (2019-04-15)

Fix FeedParams type in @erebos/api-bzz-base.

paul_lecam
published 0.7.1 •

Changelog

Source

v0.7.1 (2019-03-18)

  • Add FeedTopicParams type to @erebos/api-bzz-base.
  • Fix getFeedTopic() function in @erebos/api-bzz-base to use FeedTopicParams as input type.
paul_lecam
published 0.7.0 •

Changelog

Source

v0.7.0 (2019-03-18)

Breaking changes

Additional features

Other changes

The website has been redesigned and additional examples have been added: erebos.js.org

howleysv
published 0.6.3 •

Changelog

Source

v0.6.3 (2019-02-04)

Fix Swarm URLs to avoid unnecessary redirects.

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc