Socket
Socket
Sign inDemoInstall

@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.26.1 to 3.26.2

5

build/issuer/issueCredentials.js

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

if (issueCredentialsToSelf) {
issuerCredSubject = __assign({ id: issuerDid }, credData);
issuerCredSubject = __assign(__assign({}, credData), { id: issuerDid });
issuerCredentialVersionPairs = constructEncryptedCredentialOfEachVersion(authorization, type, issuerDid, credentialId, issuerCredSubject, signingPrivateKey, issuerPublicKeyInfos, expirationDate);

@@ -485,4 +485,7 @@ // add all issuerCredentialVersionPairs to creds array

}
if (data.id) {
throw new error_1.CustError(400, 'Credential Data has an invalid `id` key');
}
}
}
//# sourceMappingURL=issueCredentials.js.map

2

build/package.json
{
"name": "@unumid/server-sdk",
"version": "3.26.1",
"version": "3.26.2",
"main": "build/index.js",

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

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

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

@@ -284,3 +284,3 @@ import { configData } from '../config';

// construct the Credential's credentialSubject for the issuerDid
const issuerCredSubject: CredentialSubject = { id: issuerDid, ...credData };
const issuerCredSubject: CredentialSubject = { ...credData, id: issuerDid };

@@ -485,3 +485,7 @@ // construct the Credentials and their encrypted form for each supported version for the issuer

}
if (data.id) {
throw new CustError(400, 'Credential Data has an invalid `id` key');
}
}
}

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