Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@libp2p/interface

Package Overview
Dependencies
Maintainers
6
Versions
535
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 1.6.3-0edbfe7af to 1.6.3-7939dbd5c

6

dist/src/connection/index.d.ts

@@ -249,2 +249,8 @@ import type { AbortOptions, Logger } from '../index.js';

/**
* The time in milliseconds it takes to make a round trip to the remote peer.
*
* This is updated periodically by the connection monitor.
*/
rtt?: number;
/**
* Create a new stream on this connection and negotiate one of the passed protocols

@@ -251,0 +257,0 @@ */

2

package.json
{
"name": "@libp2p/interface",
"version": "1.6.3-0edbfe7af",
"version": "1.6.3-7939dbd5c",
"description": "The interface implemented by a libp2p node",

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

@@ -291,2 +291,9 @@ import type { AbortOptions, Logger } from '../index.js'

/**
* The time in milliseconds it takes to make a round trip to the remote peer.
*
* This is updated periodically by the connection monitor.
*/
rtt?: number
/**
* Create a new stream on this connection and negotiate one of the passed protocols

@@ -293,0 +300,0 @@ */

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc