@libp2p/keychain
Advanced tools
Comparing version 5.0.10-3650283f7 to 5.0.10-406b3916c
{ | ||
"name": "@libp2p/keychain", | ||
"version": "5.0.10-3650283f7", | ||
"version": "5.0.10-406b3916c", | ||
"description": "Key management and cryptographically protected messages", | ||
@@ -62,9 +62,9 @@ "license": "Apache-2.0 OR MIT", | ||
"dependencies": { | ||
"@libp2p/crypto": "5.0.7-3650283f7", | ||
"@libp2p/interface": "2.2.1-3650283f7", | ||
"@noble/hashes": "^1.5.0", | ||
"@libp2p/crypto": "5.0.7-406b3916c", | ||
"@libp2p/interface": "2.2.1-406b3916c", | ||
"@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-3650283f7", | ||
"aegir": "^44.0.1", | ||
"datastore-core": "^10.0.0" | ||
"@libp2p/logger": "5.1.4-406b3916c", | ||
"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 |
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
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
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-406b3916c(transitive)
+ Added@libp2p/interface@2.2.1-406b3916c(transitive)
- Removed@libp2p/crypto@5.0.7-3650283f7(transitive)
- Removed@libp2p/interface@2.2.1-3650283f7(transitive)
Updated@noble/hashes@^1.6.1
Updatedinterface-datastore@^8.3.1
Updatedmultiformats@^13.3.1