You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@libp2p/interface

Package Overview
Dependencies
Maintainers
6
Versions
758
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@libp2p/interface - npm Package Compare versions

Comparing version
3.1.0-f4b950dc9
to
3.1.0-f88ec96cf
+1
-1
dist/src/peer-info.d.ts

@@ -7,3 +7,3 @@ import type { PeerId } from './peer-id.js';

*
* @see https://docs.libp2p.io/concepts/fundamentals/peers/#peer-info
* @see https://libp2p.io/docs/peers/#peer-info
*/

@@ -10,0 +10,0 @@ export interface PeerInfo {

@@ -221,3 +221,3 @@ import type { AbortOptions } from './index.ts';

*
* @see https://docs.libp2p.io/concepts/fundamentals/peers/#peer-info
* @see https://libp2p.io/docs/peers/#peer-info
*

@@ -224,0 +224,0 @@ * @example

{
"name": "@libp2p/interface",
"version": "3.1.0-f4b950dc9",
"version": "3.1.0-f88ec96cf",
"description": "The interface implemented by a libp2p node",

@@ -5,0 +5,0 @@ "license": "Apache-2.0 OR MIT",

@@ -8,3 +8,3 @@ import type { PeerId } from './peer-id.js'

*
* @see https://docs.libp2p.io/concepts/fundamentals/peers/#peer-info
* @see https://libp2p.io/docs/peers/#peer-info
*/

@@ -11,0 +11,0 @@ export interface PeerInfo {

@@ -246,3 +246,3 @@ import type { AbortOptions } from './index.ts'

*
* @see https://docs.libp2p.io/concepts/fundamentals/peers/#peer-info
* @see https://libp2p.io/docs/peers/#peer-info
*

@@ -249,0 +249,0 @@ * @example

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