@libp2p/peer-id
Advanced tools
Comparing version 5.0.4 to 5.0.5-3244ed086
@@ -10,3 +10,3 @@ /** | ||
* import { peerIdFromString } from '@libp2p/peer-id' | ||
* const peer = peerIdFromString('k51qzi5uqu5dkwkqm42v9j9kqcam2jiuvloi16g72i4i4amoo2m8u3ol3mqu6s') | ||
* const peer = peerIdFromString('12D3KooWKnDdG3iXw9eTFijk3EWSunZcFi54Zka4wmtqtt6rPxc8') | ||
* | ||
@@ -13,0 +13,0 @@ * console.log(peer.toCID()) // CID(bafzaa...) |
@@ -10,3 +10,3 @@ /** | ||
* import { peerIdFromString } from '@libp2p/peer-id' | ||
* const peer = peerIdFromString('k51qzi5uqu5dkwkqm42v9j9kqcam2jiuvloi16g72i4i4amoo2m8u3ol3mqu6s') | ||
* const peer = peerIdFromString('12D3KooWKnDdG3iXw9eTFijk3EWSunZcFi54Zka4wmtqtt6rPxc8') | ||
* | ||
@@ -13,0 +13,0 @@ * console.log(peer.toCID()) // CID(bafzaa...) |
{ | ||
"name": "@libp2p/peer-id", | ||
"version": "5.0.4", | ||
"version": "5.0.5-3244ed086", | ||
"description": "Implementation of @libp2p/interface-peer-id", | ||
@@ -57,4 +57,4 @@ "license": "Apache-2.0 OR MIT", | ||
"dependencies": { | ||
"@libp2p/crypto": "^5.0.4", | ||
"@libp2p/interface": "^2.1.2", | ||
"@libp2p/crypto": "5.0.5-3244ed086", | ||
"@libp2p/interface": "2.1.3-3244ed086", | ||
"multiformats": "^13.1.0", | ||
@@ -61,0 +61,0 @@ "uint8arrays": "^5.1.0" |
@@ -33,3 +33,3 @@ # @libp2p/peer-id | ||
import { peerIdFromString } from '@libp2p/peer-id' | ||
const peer = peerIdFromString('k51qzi5uqu5dkwkqm42v9j9kqcam2jiuvloi16g72i4i4amoo2m8u3ol3mqu6s') | ||
const peer = peerIdFromString('12D3KooWKnDdG3iXw9eTFijk3EWSunZcFi54Zka4wmtqtt6rPxc8') | ||
@@ -36,0 +36,0 @@ console.log(peer.toCID()) // CID(bafzaa...) |
@@ -10,3 +10,3 @@ /** | ||
* import { peerIdFromString } from '@libp2p/peer-id' | ||
* const peer = peerIdFromString('k51qzi5uqu5dkwkqm42v9j9kqcam2jiuvloi16g72i4i4amoo2m8u3ol3mqu6s') | ||
* const peer = peerIdFromString('12D3KooWKnDdG3iXw9eTFijk3EWSunZcFi54Zka4wmtqtt6rPxc8') | ||
* | ||
@@ -13,0 +13,0 @@ * console.log(peer.toCID()) // CID(bafzaa...) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
120692
14
993
1
+ Added@libp2p/crypto@5.0.5-3244ed086(transitive)
+ Added@libp2p/interface@2.1.3-3244ed086(transitive)
- Removed@libp2p/crypto@5.0.8(transitive)
- Removed@libp2p/interface@2.3.0(transitive)