@libp2p/crypto
Advanced tools
Comparing version 5.0.0 to 5.0.1-34455b5f2
@@ -61,3 +61,3 @@ /** | ||
} | ||
else if (buf.byteLength === 34) { | ||
else if (buf.byteLength === 33) { | ||
return unmarshalSecp256k1PublicKey(buf); | ||
@@ -64,0 +64,0 @@ } |
{ | ||
"name": "@libp2p/crypto", | ||
"version": "5.0.0", | ||
"version": "5.0.1-34455b5f2", | ||
"description": "Crypto primitives for libp2p", | ||
@@ -95,3 +95,3 @@ "license": "Apache-2.0 OR MIT", | ||
"dependencies": { | ||
"@libp2p/interface": "^2.0.0", | ||
"@libp2p/interface": "2.0.1-34455b5f2", | ||
"@noble/curves": "^1.4.0", | ||
@@ -98,0 +98,0 @@ "@noble/hashes": "^1.4.0", |
@@ -88,3 +88,3 @@ /** | ||
return unmarshalEd25519PublicKey(buf) | ||
} else if (buf.byteLength === 34) { | ||
} else if (buf.byteLength === 33) { | ||
return unmarshalSecp256k1PublicKey(buf) | ||
@@ -91,0 +91,0 @@ } else { |
Sorry, the diff of this file is too big to display
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
377229
175
4501
1
+ Added@libp2p/interface@2.0.1-34455b5f2(transitive)
- Removed@libp2p/interface@2.3.0(transitive)