Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@veramo/utils

Package Overview
Dependencies
Maintainers
3
Versions
375
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@veramo/utils - npm Package Compare versions

Comparing version 5.6.1-next.36 to 5.6.1-next.37

1

build/jwk-did-utils.d.ts

@@ -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

2

build/jwk-did-utils.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc