@types/jsrsasign
Advanced tools
Comparing version 9.0.3 to 10.2.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for jsrsasign 9.0 | ||
// Type definitions for jsrsasign 10.2 | ||
// Project: https://github.com/kjur/jsrsasign | ||
@@ -3,0 +3,0 @@ // Definitions by: Florian Imdahl <https://github.com/ffflorian> |
@@ -111,5 +111,5 @@ declare namespace jsrsasign { | ||
* non-hexadecimal characters including new lines will be ignored. | ||
* @return returns 1 if valid, otherwise 0 | ||
* @return returns true if valid, otherwise false | ||
*/ | ||
verify(sMsg: string, hSig: string): 0 | 1; | ||
verify(sMsg: string, hSig: string): boolean; | ||
@@ -116,0 +116,0 @@ /** |
{ | ||
"name": "@types/jsrsasign", | ||
"version": "9.0.3", | ||
"version": "10.2.0", | ||
"description": "TypeScript definitions for jsrsasign", | ||
@@ -23,4 +23,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jsrsasign", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "cb0017e336439e07e1b68557c91faf624a6ec7e41dfe07181e6a46ed43ab74d7", | ||
"typeScriptVersion": "3.8" | ||
"typesPublisherContentHash": "491c575f7079ff9de3680897beecb809e2f379d690e69b5cb4fda247f9111bdb", | ||
"typeScriptVersion": "3.9" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Mon, 03 Jan 2022 21:01:35 GMT | ||
* Last updated: Thu, 17 Mar 2022 20:31:45 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
305103