@types/jsrsasign
Advanced tools
Comparing version 10.5.7 to 10.5.8
@@ -136,5 +136,5 @@ declare namespace jsrsasign { | ||
* non-hexadecimal charactors including new lines will be ignored. | ||
* @return returns 1 if valid, otherwise 0 | ||
* @return returns true if valid, otherwise false | ||
*/ | ||
verifyWithMessageHash(sHashHex: string, hSig: string): 0 | 1; | ||
verifyWithMessageHash(sHashHex: string, hSig: string): boolean; | ||
@@ -141,0 +141,0 @@ /** |
{ | ||
"name": "@types/jsrsasign", | ||
"version": "10.5.7", | ||
"version": "10.5.8", | ||
"description": "TypeScript definitions for jsrsasign", | ||
@@ -23,4 +23,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jsrsasign", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "b4c838913dce585699df7f5c3b87c917a59187d96ecf4e7b3185c4d6c80a00be", | ||
"typesPublisherContentHash": "9aeeda3ae6b279e83440897a0332b8a8ae47150bd1c65c3155d9f9565c18d751", | ||
"typeScriptVersion": "4.6" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Fri, 17 Mar 2023 21:02:56 GMT | ||
* Last updated: Tue, 28 Mar 2023 16:03:14 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: `jsrsasign`, `lang` |
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
447071