New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@libp2p/interface-internal

Package Overview
Dependencies
Maintainers
0
Versions
612
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 2.3.4 to 2.3.5

8

dist/src/address-manager.d.ts

@@ -78,3 +78,3 @@ import type { Multiaddr } from '@multiformats/multiaddr';

* Signal that we have confidence an observed multiaddr is publicly dialable -
* this will make it appear in the output of getAddresses()
* this will make it appear in the output of `getAddresses()`
*

@@ -87,3 +87,3 @@ * @param addr - The observed address.

* Signal that we do not have confidence an observed multiaddr is publicly dialable -
* this will remove it from the output of getObservedAddrs()
* this will remove it from the output of `getObservedAddrs()`
*

@@ -94,4 +94,4 @@ * @param addr - The observed address to remove.

/**
* Add peer observed addresses. These will then appear in the output of getObservedAddrs
* but not getAddresses() until their dialability has been confirmed via a call to
* Add peer observed addresses. These will then appear in the output of `getObservedAddrs()`
* but not `getAddresses()` until their dialability has been confirmed via a call to
* confirmObservedAddr.

@@ -98,0 +98,0 @@ *

{
"name": "@libp2p/interface-internal",
"version": "2.3.4",
"version": "2.3.5",
"description": "Interfaces implemented by internal libp2p components",

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

"dependencies": {
"@libp2p/interface": "^2.6.0",
"@libp2p/peer-collections": "^6.0.20",
"@libp2p/interface": "^2.6.1",
"@libp2p/peer-collections": "^6.0.21",
"@multiformats/multiaddr": "^12.3.3",

@@ -58,5 +58,5 @@ "progress-events": "^1.0.1"

"devDependencies": {
"aegir": "^45.0.5"
"aegir": "^45.1.1"
},
"sideEffects": false
}

@@ -90,3 +90,3 @@ import type { Multiaddr } from '@multiformats/multiaddr'

* Signal that we have confidence an observed multiaddr is publicly dialable -
* this will make it appear in the output of getAddresses()
* this will make it appear in the output of `getAddresses()`
*

@@ -100,3 +100,3 @@ * @param addr - The observed address.

* Signal that we do not have confidence an observed multiaddr is publicly dialable -
* this will remove it from the output of getObservedAddrs()
* this will remove it from the output of `getObservedAddrs()`
*

@@ -108,4 +108,4 @@ * @param addr - The observed address to remove.

/**
* Add peer observed addresses. These will then appear in the output of getObservedAddrs
* but not getAddresses() until their dialability has been confirmed via a call to
* Add peer observed addresses. These will then appear in the output of `getObservedAddrs()`
* but not `getAddresses()` until their dialability has been confirmed via a call to
* confirmObservedAddr.

@@ -112,0 +112,0 @@ *

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