Socket
Socket
Sign inDemoInstall

libp2p-secio

Package Overview
Dependencies
213
Maintainers
3
Versions
36
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    libp2p-secio

Secio implementation in JavaScript


Version published
Weekly downloads
263
decreased by-52.95%
Maintainers
3
Created
Weekly downloads
 

Changelog

Source

0.13.1 (2020-08-11)

<a name="0.13.0"></a>

Bug Fixes

  • replace node buffers with uint8arrays (#124) (c3f1f34)

BREAKING CHANGES

    • The dependencies this module has have uint8arrays as properties instead of node buffers
  • chore: remove buffer api usage from tests

<a name="0.12.6"></a>

Readme

Source

js-libp2p-secio

Discourse posts Dependency Status js-standard-style

SECIO implementation in JavaScript

This repo contains the JavaScript implementation of secio, an encryption protocol used in libp2p. This is based on this go implementation.

Lead Maintainer

Friedel Ziegelmayer

Table of Contents

Install

npm install libp2p-secio

Usage

const secio = require('libp2p-secio')

API

This module exposes a crypto interface, as defined in the js-interfaces

» API Docs

Contribute

Feel free to join in. All welcome. Open an issue!

This repository falls under the IPFS Code of Conduct.

License

MIT

Keywords

FAQs

Last updated on 11 Aug 2020

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc