@types/jsrsasign
Advanced tools
Comparing version 8.0.6 to 8.0.7
@@ -360,7 +360,7 @@ declare namespace jsrsasign.KJUR.jws { | ||
acceptField?: { | ||
alg: string[]; | ||
aud: string[]; | ||
iss: string[]; | ||
alg?: string[]; | ||
aud?: string[]; | ||
iss?: string[]; | ||
jti?: string; | ||
sub: string[]; | ||
sub?: string[]; | ||
verifyAt?: string | number; | ||
@@ -367,0 +367,0 @@ }, |
{ | ||
"name": "@types/jsrsasign", | ||
"version": "8.0.6", | ||
"version": "8.0.7", | ||
"description": "TypeScript definitions for jsrsasign", | ||
@@ -22,4 +22,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "678b5be998eb27fdb1388555e8b653730ec60e32ada3867e8a8a7bcbc6848fb4", | ||
"typesPublisherContentHash": "8e3ec5567ab8082a78196b455c7076a71b2df893a1de3bb02cea550359984585", | ||
"typeScriptVersion": "3.2" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Fri, 09 Oct 2020 05:05:44 GMT | ||
* Last updated: Fri, 16 Oct 2020 15:26:16 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
298239