@libp2p/interface-connection
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -221,3 +221,3 @@ import type { Multiaddr } from '@multiformats/multiaddr'; | ||
*/ | ||
export interface MultiaddrConnection<T extends Uint8Array | Uint8ArrayList = Uint8Array> extends Duplex<T> { | ||
export interface MultiaddrConnection extends Duplex<Uint8Array> { | ||
close: (err?: Error) => Promise<void>; | ||
@@ -224,0 +224,0 @@ remoteAddr: Multiaddr; |
{ | ||
"name": "@libp2p/interface-connection", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "Connection interface for libp2p", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0 OR MIT", |
@@ -259,3 +259,3 @@ import type { Multiaddr } from '@multiformats/multiaddr' | ||
*/ | ||
export interface MultiaddrConnection<T extends Uint8Array | Uint8ArrayList = Uint8Array> extends Duplex<T> { | ||
export interface MultiaddrConnection extends Duplex<Uint8Array> { | ||
close: (err?: Error) => Promise<void> | ||
@@ -262,0 +262,0 @@ remoteAddr: Multiaddr |
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
0
35472