@libp2p/interface
Advanced tools
Comparing version 0.1.2-91842c93 to 0.1.2-96166ada
@@ -128,3 +128,3 @@ import type { AbortOptions } from '../index.js'; | ||
/** | ||
* Once a protocol has been negotiated for this stream, it will be set on the stat object | ||
* The protocol negotiated for this stream | ||
*/ | ||
@@ -199,7 +199,7 @@ protocol?: string; | ||
/** | ||
* Once a multiplexer has been negotiated for this stream, it will be set on the stat object | ||
* The multiplexer negotiated for this connection | ||
*/ | ||
multiplexer?: string; | ||
/** | ||
* Once a connection encrypter has been negotiated for this stream, it will be set on the stat object | ||
* The encryption protocol negotiated for this connection | ||
*/ | ||
@@ -206,0 +206,0 @@ encryption?: string; |
{ | ||
"name": "@libp2p/interface", | ||
"version": "0.1.2-91842c93", | ||
"version": "0.1.2-96166ada", | ||
"description": "The interface implemented by a libp2p node", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0 OR MIT", |
@@ -149,3 +149,3 @@ import type { AbortOptions } from '../index.js' | ||
/** | ||
* Once a protocol has been negotiated for this stream, it will be set on the stat object | ||
* The protocol negotiated for this stream | ||
*/ | ||
@@ -235,3 +235,3 @@ protocol?: string | ||
/** | ||
* Once a multiplexer has been negotiated for this stream, it will be set on the stat object | ||
* The multiplexer negotiated for this connection | ||
*/ | ||
@@ -241,3 +241,3 @@ multiplexer?: string | ||
/** | ||
* Once a connection encrypter has been negotiated for this stream, it will be set on the stat object | ||
* The encryption protocol negotiated for this connection | ||
*/ | ||
@@ -244,0 +244,0 @@ encryption?: string |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
253435