@veramo/utils
Advanced tools
Comparing version 5.6.1-next.36 to 5.6.1-next.37
@@ -5,3 +5,4 @@ import { JwkDidSupportedKeyTypes, KeyUse } from './types/utility-types.js'; | ||
export declare function isJWK(data: unknown): data is JsonWebKey; | ||
export declare function createJWK(keyType: JwkDidSupportedKeyTypes, pubKey: string | Uint8Array, passedKeyUse?: KeyUse): JsonWebKey | undefined; | ||
export declare function generateJwkFromVerificationMethod(keyType: JwkDidSupportedKeyTypes, key: VerificationMethod, keyUse?: KeyUse): JsonWebKey | undefined; | ||
//# sourceMappingURL=jwk-did-utils.d.ts.map |
@@ -44,3 +44,3 @@ import { SupportedKeyTypes } from './types/utility-types.js'; | ||
} | ||
function createJWK(keyType, pubKey, passedKeyUse) { | ||
export function createJWK(keyType, pubKey, passedKeyUse) { | ||
try { | ||
@@ -47,0 +47,0 @@ const keyUse = getKeyUse(keyType, passedKeyUse); |
{ | ||
"name": "@veramo/utils", | ||
"description": "Helper methods for Veramo plugins", | ||
"version": "5.6.1-next.36+3ac343e52", | ||
"version": "5.6.1-next.37+610ee6603", | ||
"main": "build/index.js", | ||
@@ -15,3 +15,3 @@ "exports": "./build/index.js", | ||
"@noble/curves": "^1.1.0", | ||
"@veramo/core-types": "^5.6.1-next.36+3ac343e52", | ||
"@veramo/core-types": "^5.6.1-next.37+610ee6603", | ||
"credential-status": "^2.0.5", | ||
@@ -66,3 +66,3 @@ "cross-fetch": "^4.0.0", | ||
], | ||
"gitHead": "3ac343e52dbd744c137bbe610cba9f5409a6100c" | ||
"gitHead": "610ee6603a3ee6c4d37a36eb0f700e803beca786" | ||
} |
@@ -50,3 +50,3 @@ import { JwkDidSupportedKeyTypes, KeyUse, SupportedKeyTypes } from './types/utility-types.js' | ||
function createJWK( | ||
export function createJWK( | ||
keyType: JwkDidSupportedKeyTypes, | ||
@@ -53,0 +53,0 @@ pubKey: string | Uint8Array, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
134146
2397