@evervault/sdk
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -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 @@ }, |
{ | ||
"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) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
37860
1056