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

@evervault/sdk

Package Overview
Dependencies
Maintainers
7
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 1.0.0 to 1.0.1

1

lib/config.js

@@ -15,3 +15,2 @@ const API_URL = 'https://api.evervault.com';

authTagLength: 16,
publicHash: 'sha256',
header: {

@@ -18,0 +17,0 @@ iss: 'evervault',

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

key: publicKey,
oaepHash: config.publicHash,
padding: crypto.constants.RSA_PKCS1_OAEP_PADDING,

@@ -69,0 +68,0 @@ },

2

package.json
{
"name": "@evervault/sdk",
"version": "1.0.0",
"version": "1.0.1",
"description": "Node.js SDK for working with evervault cages",

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

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

padding: crypto.constants.RSA_PKCS1_OAEP_PADDING,
oaepHash: 'sha256',
},

@@ -35,0 +34,0 @@ base64ToBuffer(parsedData.cageData)

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