@types/jsrsasign
Advanced tools
Comparing version 10.2.0 to 10.2.1
@@ -17,3 +17,3 @@ declare namespace jsrsasign.KJUR.crypto { | ||
class ECDSA { | ||
constructor(publicKey?: { curve: string; pub?: string | undefined }); | ||
constructor(publicKey?: { curve?: string | undefined; pub?: string | undefined; prv?: string | undefined }); | ||
@@ -20,0 +20,0 @@ getBigRandom(limit: number): BigInteger; |
{ | ||
"name": "@types/jsrsasign", | ||
"version": "10.2.0", | ||
"version": "10.2.1", | ||
"description": "TypeScript definitions for jsrsasign", | ||
@@ -23,4 +23,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jsrsasign", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "491c575f7079ff9de3680897beecb809e2f379d690e69b5cb4fda247f9111bdb", | ||
"typesPublisherContentHash": "03ed3c05696c9d8f68b9ee6f5b7d75645350acf6291218957867ba99fe5a387e", | ||
"typeScriptVersion": "3.9" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Thu, 17 Mar 2022 20:31:45 GMT | ||
* Last updated: Sun, 27 Mar 2022 22:31:42 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
305142
176025