@types/jsonwebtoken
Advanced tools
Comparing version 8.5.2 to 8.5.3
@@ -241,3 +241,4 @@ // Type definitions for jsonwebtoken 8.5 | ||
*/ | ||
export function decode(token: string, options: DecodeOptions & { json: true } | DecodeOptions & { complete: true }): null | Jwt; | ||
export function decode(token: string, options: DecodeOptions & { complete: true }): null | Jwt; | ||
export function decode(token: string, options: DecodeOptions & { json: true }): null | JwtPayload; | ||
export function decode(token: string, options?: DecodeOptions): null | JwtPayload | string; |
{ | ||
"name": "@types/jsonwebtoken", | ||
"version": "8.5.2", | ||
"version": "8.5.3", | ||
"description": "TypeScript definitions for jsonwebtoken", | ||
@@ -80,4 +80,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jsonwebtoken", | ||
}, | ||
"typesPublisherContentHash": "1cbe834f580d9a2fd6ebc9c6ab8b3cd5c5ee7f666eabe4b8c7a3b06bbe0f2858", | ||
"typesPublisherContentHash": "f7c7cdfc98843f26ff144d78f1d04ce72ff7e1438cb2c14670085dd4ddcd603d", | ||
"typeScriptVersion": "3.6" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Fri, 18 Jun 2021 07:01:20 GMT | ||
* Last updated: Thu, 01 Jul 2021 16:31:25 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
12948
220