🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@libp2p/peer-id

Package Overview
Dependencies
Maintainers
6
Versions
877
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@libp2p/peer-id - npm Package Compare versions

Comparing version
6.0.12-cec2b1f34
to
6.0.12-d96b30ebd
+4
-4
package.json
{
"name": "@libp2p/peer-id",
"version": "6.0.12-cec2b1f34",
"version": "6.0.12-d96b30ebd",
"description": "Implementation of @libp2p/interface-peer-id",

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

"dependencies": {
"@libp2p/crypto": "5.1.21-cec2b1f34",
"@libp2p/interface": "3.2.5-cec2b1f34",
"@libp2p/crypto": "5.1.21-d96b30ebd",
"@libp2p/interface": "3.2.5-d96b30ebd",
"multiformats": "^14.0.0",

@@ -59,5 +59,5 @@ "uint8arrays": "^6.1.1"

"aegir": "^48.1.1",
"sinon": "^21.0.0"
"sinon": "^22.0.0"
},
"sideEffects": false
}