@depay/js-verify-signature
Advanced tools
Comparing version 3.1.1 to 3.1.2
@@ -5,3 +5,2 @@ declare function verify({ | ||
data: string, | ||
saltLength: number | ||
}): Promise<boolean>; | ||
@@ -8,0 +7,0 @@ |
@@ -5,3 +5,2 @@ declare function verify({ | ||
data: string, | ||
saltLength: number | ||
}): Promise<boolean>; | ||
@@ -8,0 +7,0 @@ |
@@ -5,3 +5,2 @@ declare function verify({ | ||
data: string, | ||
saltLength: number | ||
}): Promise<boolean>; | ||
@@ -8,0 +7,0 @@ |
@@ -5,3 +5,2 @@ declare function verify({ | ||
data: string, | ||
saltLength: number | ||
}): Promise<boolean>; | ||
@@ -8,0 +7,0 @@ |
{ | ||
"name": "@depay/js-verify-signature", | ||
"moduleName": "DePayVerifySignature", | ||
"version": "3.1.1", | ||
"version": "3.1.2", | ||
"description": "JavaScript library to verify RSA PSS SHA256 signatures with a given public key.", | ||
@@ -6,0 +6,0 @@ "main": "dist/umd/index.js", |
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
12562
190