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.12.0 to 3.12.1

2

lib/evervault.d.ts

@@ -8,4 +8,4 @@ declare module "@evervault/sdk" {

enableOutboundRelay: (options: { decryptionDomains: string[], debugRequests: boolean }) => Promise<void>;
enableCagesBeta: (cageAttestationData: { prc0?: string, prc1?: string, prc2?: string, prc8?: string }) => Promise<void>;
enableCagesBeta: (cageAttestationData: Record<string, { pcr0?: string, pcr1?: string, pcr2?: string, pcr8?: string }>) => Promise<void>;
}
}
{
"name": "@evervault/sdk",
"version": "3.12.0",
"version": "3.12.1",
"description": "Node.js SDK for Evervault",

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

@@ -129,5 +129,5 @@ [![Evervault](https://evervault.com/evervault.svg)](https://evervault.com/)

| Key | Type | Default | Description |
| ------------ | -------- | ----------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `<CageName>` | `Object` | `undefined` | Requests to a Cage specified in this object will include a check to verify that the PCRs provided in the object are included in the attestation document. |
| Key | Type | Default | Description |
| ------------ | ---------------- | ----------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `<CageName>` | `Object` `Array` | `undefined` | Requests to a Cage specified in this object will include a check to verify that the PCRs provided in the object are included in the attestation document. The provided data can be either a single Object, or an Array of Objects to allow roll-over between different sets of PCRs. |

@@ -134,0 +134,0 @@ #### Cages Beta Example

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