@evervault/sdk
Advanced tools
Comparing version 5.1.5 to 5.1.6
const RepeatedTimer = require('./repeatedTimer'); | ||
staticPcrsToProvider = (pcrs) => { | ||
const staticPcrsToProvider = (pcrs) => { | ||
const provider = async () => { | ||
@@ -13,3 +13,3 @@ return new Promise((resolve) => { | ||
loadPcrStore = (attestationData) => { | ||
const loadPcrStore = (attestationData) => { | ||
const providers = {}; | ||
@@ -16,0 +16,0 @@ for (const [cageName, value] of Object.entries(attestationData)) { |
{ | ||
"name": "@evervault/sdk", | ||
"version": "5.1.5", | ||
"version": "5.1.6", | ||
"description": "Node.js SDK for Evervault", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
78309