@libp2p/crypto
Advanced tools
Comparing version 5.0.7-98b43045c to 5.0.7-99f5f270b
{ | ||
"name": "@libp2p/crypto", | ||
"version": "5.0.7-98b43045c", | ||
"version": "5.0.7-99f5f270b", | ||
"description": "Crypto primitives for libp2p", | ||
@@ -95,8 +95,8 @@ "license": "Apache-2.0 OR MIT", | ||
"dependencies": { | ||
"@libp2p/interface": "2.2.1-98b43045c", | ||
"@noble/curves": "^1.4.0", | ||
"@noble/hashes": "^1.4.0", | ||
"@libp2p/interface": "2.2.1-99f5f270b", | ||
"@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 |
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
387649
174
+ Added@libp2p/interface@2.2.1-99f5f270b(transitive)
- Removed@libp2p/interface@2.2.1-98b43045c(transitive)
Updated@noble/curves@^1.7.0
Updated@noble/hashes@^1.6.1
Updatedmultiformats@^13.3.1
Updatedprotons-runtime@^5.5.0