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 3.11.0 to 3.12.0

8

lib/utils/cageAttest.js

@@ -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) {

4

package.json
{
"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"
}
}
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