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

@evervault/sdk

Package Overview
Dependencies
Maintainers
5
Versions
105
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@evervault/sdk - npm Package Compare versions

Comparing version 5.1.1 to 5.1.2

2

lib/index.js

@@ -141,3 +141,3 @@ const crypto = require('crypto');

let attestationCache = new AttestationDoc(
this.config.http,
this.config,
this.http,

@@ -144,0 +144,0 @@ Object.keys(attestationData),

@@ -199,7 +199,7 @@ const certHelper = require('./certHelper');

const containsOnlyObjects = Object.values(providedAttestationData).every(
isObject
(pcrs) => isObject(pcrs) || (Array.isArray(pcrs) && pcrs.every(isObject))
);
if (!containsOnlyObjects) {
throw new MalformedAttestationData(
'Expected only objects as values in the attestation data map'
'Expected only objects or lists of objects as values in the attestation data map'
);

@@ -206,0 +206,0 @@ }

{
"name": "@evervault/sdk",
"version": "5.1.1",
"version": "5.1.2",
"description": "Node.js SDK for Evervault",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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