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-e664d14f to 0.1.2-e8123d3f

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-e664d14f",
"version": "0.1.2-e8123d3f",
"description": "The interface implemented by a libp2p node",

@@ -143,2 +143,3 @@ "license": "Apache-2.0 OR MIT",

"parserOptions": {
"project": true,
"sourceType": "module"

@@ -172,5 +173,5 @@ }

"aegir": "^40.0.8",
"sinon": "^15.1.2",
"sinon": "^16.0.0",
"sinon-ts": "^1.0.0"
}
}

@@ -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