📅 You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP
Socket
Sign inDemoInstall
Socket

@libp2p/interface

Package Overview
Dependencies
Maintainers
6
Versions
639
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

to
2.9.0-6f96de86c

7

dist/src/connection-encrypter.d.ts

@@ -13,2 +13,9 @@ import type { MultiaddrConnection } from './connection.js';

remotePeer?: PeerId;
/**
* Some encryption protocols allow negotiating application protocols as part
* of the initial handshake. The negotiated stream muxer protocol will be
* included as part of the from the `secureOutbound`/`secureInbound` methods
* unless `false` is passed here.
*/
skipStreamMuxerNegotiation?: boolean;
}

@@ -15,0 +22,0 @@ /**

2

package.json
{
"name": "@libp2p/interface",
"version": "2.8.0",
"version": "2.9.0-6f96de86c",
"description": "The interface implemented by a libp2p node",

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

@@ -14,2 +14,10 @@ import type { MultiaddrConnection } from './connection.js'

remotePeer?: PeerId
/**
* Some encryption protocols allow negotiating application protocols as part
* of the initial handshake. The negotiated stream muxer protocol will be
* included as part of the from the `secureOutbound`/`secureInbound` methods
* unless `false` is passed here.
*/
skipStreamMuxerNegotiation?: boolean
}

@@ -16,0 +24,0 @@

Sorry, the diff of this file is not supported yet