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

@unumid/server-sdk

Package Overview
Dependencies
Maintainers
1
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@unumid/server-sdk - npm Package Compare versions

Comparing version 3.21.2 to 3.21.3

4

build/verifier/verifyPresentationHelper.js

@@ -355,2 +355,3 @@ "use strict";

case 9:
logger_1.default.debug("Presentation signature verified: " + isPresentationVerified + ".");
areCredentialsValid = true;

@@ -411,2 +412,3 @@ credentialInvalidMessage = void 0;

case 16:
logger_1.default.debug("Credential signatures are verified: " + areCredentialsValid);
isVerified = isPresentationVerified && areCredentialsValid;

@@ -422,3 +424,3 @@ return [4 /*yield*/, sendPresentationVerifiedReceipt_1.sendPresentationVerifiedReceipt(authToken, verifier, subject, 'approved', isVerified, presentation.presentationRequestId, requestUuid, undefined, issuers, credentialTypes, credentialIds)];

};
logger_1.default.debug("Presentation is verify: " + isVerified);
logger_1.default.info("Presentation is verified: " + isVerified);
return [2 /*return*/, result];

@@ -425,0 +427,0 @@ case 18:

{
"name": "@unumid/server-sdk",
"version": "3.21.2",
"version": "3.21.3",
"main": "build/index.js",

@@ -5,0 +5,0 @@ "repository": "git@github.com:UnumID/Server-SDK-TypeScript.git",

@@ -359,2 +359,4 @@ import { omit } from 'lodash';

logger.debug(`Presentation signature verified: ${isPresentationVerified}.`);
let areCredentialsValid = true;

@@ -412,2 +414,3 @@ let credentialInvalidMessage;

}
logger.debug(`Credential signatures are verified: ${areCredentialsValid}`);

@@ -425,3 +428,3 @@ const isVerified = isPresentationVerified && areCredentialsValid; // always true if here

logger.debug(`Presentation is verify: ${isVerified}`);
logger.info(`Presentation is verified: ${isVerified}`);
return result;

@@ -428,0 +431,0 @@ } catch (error) {

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

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

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