You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@libp2p/bootstrap

Package Overview
Dependencies
Maintainers
6
Versions
823
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@libp2p/bootstrap - npm Package Compare versions

Comparing version
12.0.6
to
12.0.7-0f3ab9e61
+6
-6
package.json
{
"name": "@libp2p/bootstrap",
"version": "12.0.6",
"version": "12.0.7-0f3ab9e61",
"description": "Peer discovery via a list of bootstrap peers",

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

"dependencies": {
"@libp2p/interface": "^3.0.2",
"@libp2p/interface-internal": "^3.0.5",
"@libp2p/peer-id": "^6.0.3",
"@libp2p/interface": "3.0.2-0f3ab9e61",
"@libp2p/interface-internal": "3.0.6-0f3ab9e61",
"@libp2p/peer-id": "6.0.3-0f3ab9e61",
"@multiformats/multiaddr": "^13.0.1",

@@ -59,4 +59,4 @@ "@multiformats/multiaddr-matcher": "^3.0.1",

"devDependencies": {
"@libp2p/interface-compliance-tests": "^7.0.6",
"@libp2p/logger": "^6.0.5",
"@libp2p/interface-compliance-tests": "7.0.7-0f3ab9e61",
"@libp2p/logger": "6.1.0-0f3ab9e61",
"aegir": "^47.0.22",

@@ -63,0 +63,0 @@ "sinon-ts": "^2.0.0"

{
"BootstrapComponents": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_bootstrap.BootstrapComponents.html",
".:BootstrapComponents": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_bootstrap.BootstrapComponents.html",
"BootstrapInit": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_bootstrap.BootstrapInit.html",
".:BootstrapInit": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_bootstrap.BootstrapInit.html",
"bootstrap": "https://libp2p.github.io/js-libp2p/functions/_libp2p_bootstrap.bootstrap.html",
".:bootstrap": "https://libp2p.github.io/js-libp2p/functions/_libp2p_bootstrap.bootstrap.html"
}