Socket
Socket
Sign inDemoInstall

peer-id

Package Overview
Dependencies
Maintainers
2
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

peer-id - npm Package Compare versions

Comparing version 0.13.8 to 0.13.9

5

CHANGELOG.md

@@ -0,1 +1,6 @@

<a name="0.13.9"></a>
## [0.13.9](https://github.com/libp2p/js-peer-id/compare/v0.13.8...v0.13.9) (2020-02-19)
<a name="0.13.8"></a>

@@ -2,0 +7,0 @@ ## [0.13.8](https://github.com/libp2p/js-peer-id/compare/v0.13.6...v0.13.8) (2020-02-18)

3

package.json
{
"name": "peer-id",
"version": "0.13.8",
"version": "0.13.9",
"description": "IPFS Peer Id implementation in Node.js",

@@ -77,2 +77,3 @@ "leadMaintainer": "Vasco Santos <santos.vasco10@gmail.com>",

"Richard Schneider <makaretu@gmail.com>",
"Robert Kiel <robert.kiel@validitylabs.org>",
"Stephen Whitmore <stephen.whitmore@gmail.com>",

@@ -79,0 +80,0 @@ "Topper Bowers <topper@quorumcontrol.com>",

@@ -41,3 +41,3 @@ import crypto, { PrivateKey, PublicKey, KeyType } from "libp2p-crypto";

*/
function isPeerId(id: any): boolean
function isPeerId(id: any): id is PeerId

@@ -109,3 +109,3 @@ /**

*/
id: Buffer;
readonly id: Buffer;

@@ -112,0 +112,0 @@ /**

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