@depay/js-verify-signature
Advanced tools
Comparing version 2.0.6 to 2.0.7
{ | ||
"name": "@depay/js-verify-signature", | ||
"moduleName": "DePayVerifySignature", | ||
"version": "2.0.6", | ||
"version": "2.0.7", | ||
"description": "JavaScript library to verify RSA PSS SHA256 signatures with a given public key.", | ||
@@ -17,6 +17,6 @@ "main": "dist/umd/index.js", | ||
"prepublishOnly": "yarn build", | ||
"test:units": "yarn build && npx jest --no-cache", | ||
"test:jest": "yarn build && npx jest --no-cache", | ||
"test:cypress": "yarn build && yarn cypress run", | ||
"test:cypress:debug": "yarn build && yarn cypress run --headed --no-exit", | ||
"test": "yarn test:units && yarn test:cypress" | ||
"test": "yarn test:jest && yarn test:cypress" | ||
}, | ||
@@ -23,0 +23,0 @@ "repository": "git@github.com:DePayFi/js-verify-RSA-PSS-SHA256.git", |
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
8042