@libp2p/crypto
Advanced tools
Comparing version 1.0.17-a1ec46b5 to 1.0.17-a41d25d4
{ | ||
"name": "@libp2p/crypto", | ||
"version": "1.0.17-a1ec46b5", | ||
"version": "1.0.17-a41d25d4", | ||
"description": "Crypto primitives for libp2p", | ||
@@ -54,6 +54,2 @@ "license": "Apache-2.0 OR MIT", | ||
}, | ||
"./ciphers": { | ||
"types": "./dist/src/ciphers/index.d.ts", | ||
"import": "./dist/src/ciphers/index.js" | ||
}, | ||
"./hmac": { | ||
@@ -93,3 +89,3 @@ "types": "./dist/src/hmac/index.d.ts", | ||
"dependencies": { | ||
"@libp2p/interface": "0.0.1-a1ec46b5", | ||
"@libp2p/interface": "0.0.1-a41d25d4", | ||
"@noble/ed25519": "^1.6.0", | ||
@@ -105,3 +101,3 @@ "@noble/secp256k1": "^1.5.4", | ||
"@types/mocha": "^10.0.0", | ||
"aegir": "^39.0.13", | ||
"aegir": "^40.0.1", | ||
"benchmark": "^2.1.4", | ||
@@ -117,6 +113,3 @@ "protons": "^7.0.2" | ||
"./dist/src/keys/rsa.js": "./dist/src/keys/rsa-browser.js" | ||
}, | ||
"typedoc": { | ||
"entryPoint": "./src/index.ts" | ||
} | ||
} |
@@ -1,2 +0,1 @@ | ||
import 'node-forge/lib/aes.js' | ||
@@ -3,0 +2,0 @@ // @ts-expect-error types are missing |
@@ -1,2 +0,1 @@ | ||
export interface CreateOptions { | ||
@@ -3,0 +2,0 @@ algorithm?: string |
@@ -1,2 +0,1 @@ | ||
export default { | ||
@@ -3,0 +2,0 @@ SHA1: 20, |
@@ -1,2 +0,1 @@ | ||
export interface JWKKeyPair { | ||
@@ -24,3 +23,3 @@ privateKey: JsonWebKey | ||
export interface JWKEncodedPrivateKey extends JWKEncodedPublicKey { d: string} | ||
export interface JWKEncodedPrivateKey extends JWKEncodedPublicKey { d: string } | ||
@@ -27,0 +26,0 @@ export interface EnhancedKey { |
@@ -1,2 +0,1 @@ | ||
import { CodeError } from '@libp2p/interface/errors' | ||
@@ -3,0 +2,0 @@ import { sha256 } from 'multiformats/hashes/sha2' |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
55234
482404
0
312
+ Added@libp2p/interface@0.0.1-a41d25d4(transitive)
- Removed@libp2p/interface@0.0.1-a1ec46b5(transitive)