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

@libp2p/interface-internal

Package Overview
Dependencies
Maintainers
6
Versions
549
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@libp2p/interface-internal - npm Package Compare versions

Comparing version 1.3.4 to 2.0.0-7cd984569

6

dist/src/registrar/index.d.ts

@@ -27,5 +27,7 @@ import type { Connection, Stream, Topology } from '@libp2p/interface';

* connections with data or duration limits such as circuit relay
* connections) (default: false)
* connections)
*
* @default false
*/
runOnTransientConnection?: boolean;
runOnLimitedConnection?: boolean;
}

@@ -32,0 +34,0 @@ export interface StreamHandlerRecord {

{
"name": "@libp2p/interface-internal",
"version": "1.3.4",
"version": "2.0.0-7cd984569",
"description": "Interfaces implemented by internal libp2p components",

@@ -51,4 +51,4 @@ "license": "Apache-2.0 OR MIT",

"dependencies": {
"@libp2p/interface": "^1.7.0",
"@libp2p/peer-collections": "^5.2.9",
"@libp2p/interface": "2.0.0-7cd984569",
"@libp2p/peer-collections": "6.0.0-7cd984569",
"@multiformats/multiaddr": "^12.2.3",

@@ -55,0 +55,0 @@ "progress-events": "^1.0.0",

@@ -33,5 +33,7 @@ import type { Connection, Stream, Topology } from '@libp2p/interface'

* connections with data or duration limits such as circuit relay
* connections) (default: false)
* connections)
*
* @default false
*/
runOnTransientConnection?: boolean
runOnLimitedConnection?: boolean
}

@@ -38,0 +40,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