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 0.1.2-91842c93 to 0.1.2-96166ada

6

dist/src/connection/index.d.ts

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

/**
* Once a protocol has been negotiated for this stream, it will be set on the stat object
* The protocol negotiated for this stream
*/

@@ -199,7 +199,7 @@ protocol?: string;

/**
* Once a multiplexer has been negotiated for this stream, it will be set on the stat object
* The multiplexer negotiated for this connection
*/
multiplexer?: string;
/**
* Once a connection encrypter has been negotiated for this stream, it will be set on the stat object
* The encryption protocol negotiated for this connection
*/

@@ -206,0 +206,0 @@ encryption?: string;

{
"name": "@libp2p/interface",
"version": "0.1.2-91842c93",
"version": "0.1.2-96166ada",
"description": "The interface implemented by a libp2p node",

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

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

/**
* Once a protocol has been negotiated for this stream, it will be set on the stat object
* The protocol negotiated for this stream
*/

@@ -235,3 +235,3 @@ protocol?: string

/**
* Once a multiplexer has been negotiated for this stream, it will be set on the stat object
* The multiplexer negotiated for this connection
*/

@@ -241,3 +241,3 @@ multiplexer?: string

/**
* Once a connection encrypter has been negotiated for this stream, it will be set on the stat object
* The encryption protocol negotiated for this connection
*/

@@ -244,0 +244,0 @@ encryption?: string

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