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

@sphereon/ssi-sdk-ext.key-utils

Package Overview
Dependencies
Maintainers
0
Versions
351
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sphereon/ssi-sdk-ext.key-utils - npm Package Compare versions

Comparing version 0.24.1-unstable.113 to 0.24.1-unstable.114

2

dist/functions.js

@@ -55,3 +55,3 @@ "use strict";

const getKms = (context, kms) => __awaiter(void 0, void 0, void 0, function* () {
if (kms && kms !== 'default') {
if (kms) {
return kms;

@@ -58,0 +58,0 @@ }

{
"name": "@sphereon/ssi-sdk-ext.key-utils",
"description": "Sphereon SSI-SDK plugin for key creation.",
"version": "0.24.1-unstable.113+a6e506b",
"version": "0.24.1-unstable.114+708742c",
"source": "src/index.ts",

@@ -14,3 +14,3 @@ "main": "dist/index.js",

"@ethersproject/random": "^5.7.0",
"@sphereon/ssi-sdk-ext.x509-utils": "0.24.1-unstable.113+a6e506b",
"@sphereon/ssi-sdk-ext.x509-utils": "0.24.1-unstable.114+708742c",
"@sphereon/ssi-types": "0.29.1-unstable.161",

@@ -53,3 +53,3 @@ "@stablelib/ed25519": "^1.0.3",

],
"gitHead": "a6e506b4c8ea5800f7bde7e21b1fccdcb567cc95"
"gitHead": "708742c013bc9e8cff9217e1eaff746ae0f8af00"
}

@@ -31,3 +31,3 @@ import { randomBytes } from '@ethersproject/random'

export const getKms = async (context: IAgentContext<any>, kms?: string): Promise<string> => {
if (kms && kms !== 'default') {
if (kms) {
return kms

@@ -34,0 +34,0 @@ }

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