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

@libp2p/interfaces

Package Overview
Dependencies
Maintainers
4
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@libp2p/interfaces - npm Package Compare versions

Comparing version 1.3.28 to 1.3.29

2

dist/src/connection-manager/index.d.ts

@@ -63,3 +63,3 @@ import type { AbortOptions, EventEmitter } from '../index.js';

/**
* Close our connection to a peer
* Close our connections to a peer
*/

@@ -66,0 +66,0 @@ closeConnections: (peer: PeerId) => Promise<void>;

{
"name": "@libp2p/interfaces",
"version": "1.3.28",
"version": "1.3.29",
"description": "Interfaces for JS Libp2p",

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

@@ -77,5 +77,5 @@ import type { AbortOptions, EventEmitter } from '../index.js'

/**
* Close our connection to a peer
* Close our connections to a peer
*/
closeConnections: (peer: PeerId) => Promise<void>
}
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