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
538
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 2.1.1 to 2.1.2-980038477

2

dist/src/connection/index.d.ts

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

*/
protect(connection: MultiaddrConnection): Promise<MultiaddrConnection>;
protect(connection: MultiaddrConnection, options?: AbortOptions): Promise<MultiaddrConnection>;
}

@@ -307,0 +307,0 @@ export interface MultiaddrConnectionTimeline {

{
"name": "@libp2p/interface",
"version": "2.1.1",
"version": "2.1.2-980038477",
"description": "The interface implemented by a libp2p node",

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

@@ -357,3 +357,3 @@ import type { AbortOptions, Logger } from '../index.js'

*/
protect(connection: MultiaddrConnection): Promise<MultiaddrConnection>
protect(connection: MultiaddrConnection, options?: AbortOptions): Promise<MultiaddrConnection>
}

@@ -360,0 +360,0 @@

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