@evervault/sdk
Advanced tools
Comparing version 3.11.0 to 3.12.0
@@ -50,5 +50,11 @@ const certHelper = require('./certHelper'); | ||
const pcrs = cagesAttestationInfo[cageName]; | ||
var pcrsList = []; | ||
if (Array.isArray(pcrs)) { | ||
pcrsList = pcrs; | ||
} else if (typeof pcrs === 'object') { | ||
pcrsList = [pcrs]; | ||
} | ||
const isConnectionValid = attestationBindings.attestConnection( | ||
cert.raw, | ||
pcrs | ||
pcrsList | ||
); | ||
@@ -55,0 +61,0 @@ if (!isConnectionValid) { |
{ | ||
"name": "@evervault/sdk", | ||
"version": "3.11.0", | ||
"version": "3.12.0", | ||
"description": "Node.js SDK for Evervault", | ||
@@ -76,4 +76,4 @@ "main": "lib/index.js", | ||
"optionalDependencies": { | ||
"evervault-attestation-bindings": "^0.1.0-alpha.3" | ||
"evervault-attestation-bindings": "^0.2.0" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
67686
1908