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.0 to 5.1.1

7

lib/evervault.d.ts
declare module '@evervault/sdk' {
type PCRs = { pcr0?: string; pcr1?: string; pcr2?: string; pcr8?: string };
type AttestationData = Record<string, PCRs | PCRs[]>;
type AttestationCallback = () => Promise<PCRs | PCRs[]>;
export default class Evervault {

@@ -44,3 +48,6 @@ constructor(appId: string, apiKey: string);

) => Promise<void>;
enableEnclaves: (
attestationData: Record<string, AttestationData | AttestationCallback>
) => Promise<void>;
}
}

2

package.json
{
"name": "@evervault/sdk",
"version": "5.1.0",
"version": "5.1.1",
"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