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

peer-info

Package Overview
Dependencies
Maintainers
2
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

peer-info - npm Package Compare versions

Comparing version 0.17.4 to 0.17.5

5

CHANGELOG.md

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

<a name="0.17.5"></a>
## [0.17.5](https://github.com/libp2p/js-peer-info/compare/v0.17.4...v0.17.5) (2020-02-19)
<a name="0.17.4"></a>

@@ -2,0 +7,0 @@ ## [0.17.4](https://github.com/libp2p/js-peer-info/compare/v0.17.3...v0.17.4) (2020-02-17)

13

dist/index.min.js.LICENSE.txt

@@ -10,18 +10,5 @@ /*

/*
object-assign
(c) Sindre Sorhus
@license MIT
*/
/*!
* The buffer module from node.js, for the browser.
*
* @author Feross Aboukhadijeh <feross@feross.org> <http://feross.org>
* @license MIT
*/
/*!
* The buffer module from node.js, for the browser.
*
* @author Feross Aboukhadijeh <http://feross.org>

@@ -28,0 +15,0 @@ * @license MIT

28

package.json
{
"name": "peer-info",
"version": "0.17.4",
"version": "0.17.5",
"description": "IPFS Peer abstraction JavaScript implementation",

@@ -41,3 +41,3 @@ "leadMaintainer": "Vasco Santos <vasco.santos@moxy.studio>",

"@types/mocha": "^7.0.1",
"aegir": "^20.0.0",
"aegir": "^21.0.2",
"buffer-loader": "0.1.0",

@@ -55,28 +55,14 @@ "bundlesize": "~0.18.0",

"contributors": [
"Alan Shaw <alan.shaw@protocol.ai>",
"Alex Potsides <alex@achingbrain.net>",
"Arnaud <arnaud.valensi@gmail.com>",
"Cayman <caymannava@gmail.com>",
"David Dias <daviddias.p@gmail.com>",
"David Dias <mail@daviddias.me>",
"Friedel Ziegelmayer <dignifiedquire@gmail.com>",
"Greenkeeper <support@greenkeeper.io>",
"Henrique Dias <hacdias@gmail.com>",
"dignifiedquire <dignifiedquire@gmail.com>",
"Pedro Teixeira <i@pgte.me>",
"Hugo Dias <hugomrdias@gmail.com>",
"Jacob Heun <jacobheun@gmail.com>",
"ᴠɪᴄᴛᴏʀ ʙᴊᴇʟᴋʜᴏʟᴍ <victorbjelkholm@gmail.com>",
"Mikerah <mikerahqc@protonmail.com>",
"Orie Steele <orie@ohs.io>",
"Pedro Teixeira <i@pgte.me>",
"Richard Littauer <richard.littauer@gmail.com>",
"Robert Kiel <robert.kiel@validitylabs.org>",
"Sid Harder <sideharder@gmail.com>",
"Stephen Whitmore <stephen.whitmore@gmail.com>",
"Vasco Santos <vasco.santos@moxy.studio>",
"Vasco Santos <vasco.santos@ua.pt>",
"Zane Starr <zcstarr@gmail.com>",
"haad <haad@headbanggames.com>",
"npmcdn-to-unpkg-bot <npmcdn-to-unpkg-bot@users.noreply.github.com>",
"Łukasz Kurowski <crackcomm@users.noreply.github.com>",
"ᴠɪᴄᴛᴏʀ ʙᴊᴇʟᴋʜᴏʟᴍ <victorbjelkholm@gmail.com>"
"Arnaud <arnaud.valensi@gmail.com>",
"Orie Steele <orie@ohs.io>"
]
}

@@ -31,5 +31,12 @@ import PeerId = require('peer-id');

declare namespace PeerInfo {
function create(peerId?: PeerId): Promise<PeerInfo>;
function isPeerInfo(peerInfo: any): peerInfo is PeerInfo;
}
declare class PeerInfo {
id: PeerId;
multiaddrs: MultiaddrSet;
protocols: Set<string>;

@@ -43,8 +50,4 @@ constructor(peerId: PeerId);

isConnected(): boolean;
static create(peerId?: PeerId): Promise<PeerInfo>;
static isPeerInfo(peerInfo: unknown): peerInfo is PeerInfo;
}
export = PeerInfo;

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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