New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 2.0.1 to 2.0.2

4

lib/index.js

@@ -80,5 +80,5 @@ const crypto = require('crypto');

let x509 = null;
let evClient = this;
async function updateCertificate() {
const pem = await this.http.getCert();
const pem = await evClient.http.getCert();
let cert = pem.toString();

@@ -85,0 +85,0 @@ x509 = new X509Certificate(cert);

{
"name": "@evervault/sdk",
"version": "2.0.1",
"version": "2.0.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