You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@libp2p/interface

Package Overview
Dependencies
Maintainers
6
Versions
633
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.4.1-26313e695

4

dist/src/keys/index.d.ts

@@ -153,3 +153,3 @@ import type { CID } from 'multiformats/cid';

/**
* The raw public key bytes
* The raw private key bytes
*/

@@ -177,3 +177,3 @@ readonly raw: Uint8Array;

/**
* The raw public key bytes
* The raw private key bytes
*/

@@ -180,0 +180,0 @@ readonly raw: Uint8Array;

@@ -107,2 +107,3 @@ import type { Connection, ConnectionLimits, MultiaddrConnection } from '../connection/index.js';

limits?: ConnectionLimits;
initiator?: boolean;
}

@@ -109,0 +110,0 @@ export type InboundConnectionUpgradeEvents = ProgressEvent<'upgrader:encrypt-inbound-connection'> | ProgressEvent<'upgrader:multiplex-inbound-connection'>;

{
"name": "@libp2p/interface",
"version": "2.4.0",
"version": "2.4.1-26313e695",
"description": "The interface implemented by a libp2p node",

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

@@ -196,3 +196,3 @@ import type { CID } from 'multiformats/cid'

/**
* The raw public key bytes
* The raw private key bytes
*/

@@ -225,3 +225,3 @@ readonly raw: Uint8Array

/**
* The raw public key bytes
* The raw private key bytes
*/

@@ -228,0 +228,0 @@ readonly raw: Uint8Array

@@ -125,2 +125,3 @@ import type { Connection, ConnectionLimits, MultiaddrConnection } from '../connection/index.js'

limits?: ConnectionLimits
initiator?: boolean
}

@@ -127,0 +128,0 @@

Sorry, the diff of this file is not supported yet