@libp2p/keychain
Advanced tools
Comparing version 5.0.10-8a9258a24 to 5.0.10-92cc74082
{ | ||
"name": "@libp2p/keychain", | ||
"version": "5.0.10-8a9258a24", | ||
"version": "5.0.10-92cc74082", | ||
"description": "Key management and cryptographically protected messages", | ||
@@ -62,9 +62,9 @@ "license": "Apache-2.0 OR MIT", | ||
"dependencies": { | ||
"@libp2p/crypto": "5.0.7-8a9258a24", | ||
"@libp2p/interface": "2.2.1-8a9258a24", | ||
"@noble/hashes": "^1.5.0", | ||
"@libp2p/crypto": "5.0.7-92cc74082", | ||
"@libp2p/interface": "2.2.1-92cc74082", | ||
"@noble/hashes": "^1.6.1", | ||
"asn1js": "^3.0.5", | ||
"interface-datastore": "^8.3.0", | ||
"interface-datastore": "^8.3.1", | ||
"merge-options": "^3.0.4", | ||
"multiformats": "^13.2.2", | ||
"multiformats": "^13.3.1", | ||
"sanitize-filename": "^1.6.3", | ||
@@ -74,7 +74,7 @@ "uint8arrays": "^5.1.0" | ||
"devDependencies": { | ||
"@libp2p/logger": "5.1.4-8a9258a24", | ||
"aegir": "^44.0.1", | ||
"datastore-core": "^10.0.0" | ||
"@libp2p/logger": "5.1.4-92cc74082", | ||
"aegir": "^45.0.5", | ||
"datastore-core": "^10.0.2" | ||
}, | ||
"sideEffects": false | ||
} |
@@ -84,3 +84,3 @@ # @libp2p/keychain | ||
Loading this module through a script tag will make it's exports available as `Libp2pKeychain` in the global namespace. | ||
Loading this module through a script tag will make its exports available as `Libp2pKeychain` in the global namespace. | ||
@@ -87,0 +87,0 @@ ```html |
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
0
100
270586
28
+ Added@libp2p/crypto@5.0.7-92cc74082(transitive)
+ Added@libp2p/interface@2.2.1-92cc74082(transitive)
+ Added@noble/curves@1.8.0(transitive)
+ Added@noble/hashes@1.7.0(transitive)
+ Added@types/node@22.10.6(transitive)
- Removed@libp2p/crypto@5.0.7-8a9258a24(transitive)
- Removed@libp2p/interface@2.2.1-8a9258a24(transitive)
- Removed@noble/curves@1.8.1(transitive)
- Removed@noble/hashes@1.7.1(transitive)
- Removed@types/node@22.10.7(transitive)
Updated@noble/hashes@^1.6.1
Updatedinterface-datastore@^8.3.1
Updatedmultiformats@^13.3.1