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

@libp2p/peer-collections

Package Overview
Dependencies
Maintainers
6
Versions
799
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@libp2p/peer-collections - npm Package Compare versions

Comparing version
7.0.11
to
7.0.12-28af2ff3d
+5
-5
package.json
{
"name": "@libp2p/peer-collections",
"version": "7.0.11",
"version": "7.0.12-28af2ff3d",
"description": "Stores values against a peer id",

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

"dependencies": {
"@libp2p/interface": "^3.1.0",
"@libp2p/peer-id": "^6.0.4",
"@libp2p/utils": "^7.0.11",
"@libp2p/interface": "3.1.0-28af2ff3d",
"@libp2p/peer-id": "6.0.4-28af2ff3d",
"@libp2p/utils": "7.0.12-28af2ff3d",
"multiformats": "^13.4.0"
},
"devDependencies": {
"@libp2p/crypto": "^5.1.13",
"@libp2p/crypto": "5.1.13-28af2ff3d",
"@types/sinon": "^20.0.0",

@@ -59,0 +59,0 @@ "aegir": "^47.0.22",

{
"PeerFilter": "https://libp2p.github.io/js-libp2p/classes/_libp2p_peer-collections.PeerFilter.html",
"PeerList": "https://libp2p.github.io/js-libp2p/classes/_libp2p_peer-collections.PeerList.html",
"PeerMap": "https://libp2p.github.io/js-libp2p/classes/_libp2p_peer-collections.PeerMap.html",
"PeerSet": "https://libp2p.github.io/js-libp2p/classes/_libp2p_peer-collections.PeerSet.html",
"TrackedPeerListInit": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_peer-collections.TrackedPeerListInit.html",
"TrackedPeerMapInit": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_peer-collections.TrackedPeerMapInit.html",
"TrackedPeerSetInit": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_peer-collections.TrackedPeerSetInit.html",
"peerFilter": "https://libp2p.github.io/js-libp2p/functions/_libp2p_peer-collections.peerFilter.html",
"peerList": "https://libp2p.github.io/js-libp2p/functions/_libp2p_peer-collections.peerList.html",
"peerMap": "https://libp2p.github.io/js-libp2p/functions/_libp2p_peer-collections.peerMap.html",
"peerSet": "https://libp2p.github.io/js-libp2p/functions/_libp2p_peer-collections.peerSet.html",
"trackedPeerList": "https://libp2p.github.io/js-libp2p/functions/_libp2p_peer-collections.trackedPeerList.html",
"trackedPeerMap": "https://libp2p.github.io/js-libp2p/functions/_libp2p_peer-collections.trackedPeerMap.html",
"trackedPeerSet": "https://libp2p.github.io/js-libp2p/functions/_libp2p_peer-collections.trackedPeerSet.html"
}