@depay/js-verify-signature
Advanced tools
Comparing version 3.1.7 to 3.1.8
{ | ||
"name": "@depay/js-verify-signature", | ||
"moduleName": "DePayVerifySignature", | ||
"version": "3.1.7", | ||
"version": "3.1.8", | ||
"description": "JavaScript library to verify RSA PSS SHA256 signatures with a given public key.", | ||
@@ -6,0 +6,0 @@ "main": "dist/umd/index.js", |
@@ -6,3 +6,3 @@ ## Installation | ||
``` | ||
yarn add @depay/js-verify-signature @peculiar/webcrypto atob | ||
yarn add @depay/js-verify-signature | ||
``` | ||
@@ -13,3 +13,3 @@ | ||
``` | ||
npm install --save @depay/js-verify-signature @peculiar/webcrypto atob | ||
npm install --save @depay/js-verify-signature | ||
``` | ||
@@ -16,0 +16,0 @@ |
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
13784