Socket
Socket
Sign inDemoInstall

libp2p-gossipsub

Package Overview
Dependencies
Maintainers
4
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

libp2p-gossipsub - npm Package Versions

2345

0.14.1

Diff

wemeetagain
published 0.14.0 •

Changelog

Source

0.14.0 (2022-04-05)

  • New gossipsub implementation: better performance, async validation flow, improved peer scores significantly, add a lot of metrics
wemeetagain
published 0.11.5 •

wemeetagain
published 0.13.2 •

Changelog

Source

0.13.2 (2022-03-25)

  • Do not apply P3 penalty if peers are pruned from topic mesh
  • Fix flood publish behavior
  • Increase the default for seenTTL to match that of go-libp2p
  • _publish: Only compute score if peer stream has FloodsubID protocol
  • Migrate tests to Typescript
  • Prettier
  • Apply strict-boolean-expression eslint rule
vascosantos
published 0.13.0 •

Changelog

Source

0.13.0 (2022-01-20)

vascosantos
published 0.12.3 •

vascosantos
published 0.12.2 •

Changelog

Source

0.12.2 (2022-01-20)

Features

BREAKING CHANGES

  • peerstore methods and pubsub start/stop are now all async

Features

  • Add optional fast message id cache via the fastMsgIdFn option
    • In certain applications, computing the message id (getMsgId) is relatively expensive. This addition allows for an application to optionally define a "fast" message id function that will be used internally.
  • Add optional cached message id function via getCachedMsgIdStr method override
    • Applications can maintain their own cache of message ids
vascosantos
published 0.12.1 •

Changelog

Source

0.12.1 (2021-12-03)

chore

BREAKING CHANGES

  • requires node 15+
vascosantos
published 0.12.0 •

Changelog

Source

0.12.1 (2021-12-03)

chore

BREAKING CHANGES

  • requires node 15+
vascosantos
published 0.11.4 •

Changelog

Source

0.11.4 (2021-09-20)

Bug Fixes

Features

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