@libp2p/crypto
Advanced tools
Comparing version 5.0.7 to 5.0.8
{ | ||
"create": "https://libp2p.github.io/js-libp2p/functions/_libp2p_crypto.ciphers.AES_GCM.create.html", | ||
"HMAC": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_crypto.hmac.HMAC.html", | ||
"./hmac:HMAC": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_crypto.hmac.HMAC.html", | ||
"create": "https://libp2p.github.io/js-libp2p/functions/_libp2p_crypto.hmac.create.html", | ||
"./hmac:create": "https://libp2p.github.io/js-libp2p/functions/_libp2p_crypto.hmac.create.html", | ||
@@ -32,3 +32,4 @@ "pbkdf2": "https://libp2p.github.io/js-libp2p/functions/_libp2p_crypto.index.pbkdf2.html", | ||
"publicKeyToProtobuf": "https://libp2p.github.io/js-libp2p/functions/_libp2p_crypto.keys.publicKeyToProtobuf.html", | ||
"./keys:publicKeyToProtobuf": "https://libp2p.github.io/js-libp2p/functions/_libp2p_crypto.keys.publicKeyToProtobuf.html" | ||
"./keys:publicKeyToProtobuf": "https://libp2p.github.io/js-libp2p/functions/_libp2p_crypto.keys.publicKeyToProtobuf.html", | ||
"default": "https://libp2p.github.io/js-libp2p/variables/_libp2p_crypto.webcrypto.default.html" | ||
} |
{ | ||
"name": "@libp2p/crypto", | ||
"version": "5.0.7", | ||
"version": "5.0.8", | ||
"description": "Crypto primitives for libp2p", | ||
@@ -95,8 +95,8 @@ "license": "Apache-2.0 OR MIT", | ||
"dependencies": { | ||
"@libp2p/interface": "^2.2.1", | ||
"@noble/curves": "^1.4.0", | ||
"@noble/hashes": "^1.4.0", | ||
"@libp2p/interface": "^2.3.0", | ||
"@noble/curves": "^1.7.0", | ||
"@noble/hashes": "^1.6.1", | ||
"asn1js": "^3.0.5", | ||
"multiformats": "^13.1.0", | ||
"protons-runtime": "^5.4.0", | ||
"multiformats": "^13.3.1", | ||
"protons-runtime": "^5.5.0", | ||
"uint8arraylist": "^2.4.8", | ||
@@ -106,6 +106,6 @@ "uint8arrays": "^5.1.0" | ||
"devDependencies": { | ||
"@types/mocha": "^10.0.6", | ||
"aegir": "^44.0.1", | ||
"@types/mocha": "^10.0.10", | ||
"aegir": "^45.0.5", | ||
"benchmark": "^2.1.4", | ||
"protons": "^7.5.0" | ||
"protons": "^7.6.0" | ||
}, | ||
@@ -112,0 +112,0 @@ "browser": { |
@@ -41,3 +41,3 @@ # @libp2p/crypto | ||
Loading this module through a script tag will make it's exports available as `Libp2pCrypto` in the global namespace. | ||
Loading this module through a script tag will make its exports available as `Libp2pCrypto` in the global namespace. | ||
@@ -44,0 +44,0 @@ ```html |
Sorry, the diff of this file is too big to display
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
391247
0
100
4553
175
+ Added@noble/curves@1.8.1(transitive)
+ Added@noble/hashes@1.7.1(transitive)
+ Added@types/node@22.10.7(transitive)
- Removed@noble/curves@1.8.0(transitive)
- Removed@noble/hashes@1.7.0(transitive)
- Removed@types/node@22.10.6(transitive)
Updated@libp2p/interface@^2.3.0
Updated@noble/curves@^1.7.0
Updated@noble/hashes@^1.6.1
Updatedmultiformats@^13.3.1
Updatedprotons-runtime@^5.5.0