@libp2p/crypto
Advanced tools
Comparing version 1.0.7 to 1.0.8
@@ -13,3 +13,3 @@ import * as keysPBM from './keys.js'; | ||
export { keysPBM }; | ||
export declare type KeyTypes = 'RSA' | 'Ed25519' | 'secp256k1'; | ||
export type KeyTypes = 'RSA' | 'Ed25519' | 'secp256k1'; | ||
export declare const supportedKeys: { | ||
@@ -16,0 +16,0 @@ rsa: typeof RSA; |
{ | ||
"name": "@libp2p/crypto", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "Crypto primitives for libp2p", | ||
@@ -195,3 +195,3 @@ "license": "Apache-2.0 OR MIT", | ||
"protons": "^6.0.0", | ||
"sinon": "^14.0.0", | ||
"sinon": "^15.0.0", | ||
"util": "^0.12.3", | ||
@@ -198,0 +198,0 @@ "wherearewe": "^2.0.1" |
Sorry, the diff of this file is not supported yet
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
212655