@types/jsonwebtoken
Advanced tools
Comparing version 8.5.8 to 8.5.9
@@ -99,3 +99,3 @@ // Type definitions for jsonwebtoken 8.5 | ||
export type VerifyCallback<T = Jwt | JwtPayload | string> = ( | ||
err: VerifyErrors | null, | ||
error: VerifyErrors | null, | ||
decoded: T | undefined, | ||
@@ -105,3 +105,4 @@ ) => void; | ||
export type SignCallback = ( | ||
err: Error | null, encoded: string | undefined | ||
error: Error | null, | ||
encoded: string | undefined, | ||
) => void; | ||
@@ -150,4 +151,4 @@ | ||
export type SigningKeyCallback = ( | ||
err: any, | ||
signingKey?: Secret, | ||
error: Error | null, | ||
signingKey?: Secret | ||
) => void; | ||
@@ -154,0 +155,0 @@ |
{ | ||
"name": "@types/jsonwebtoken", | ||
"version": "8.5.8", | ||
"version": "8.5.9", | ||
"description": "TypeScript definitions for jsonwebtoken", | ||
@@ -80,4 +80,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jsonwebtoken", | ||
}, | ||
"typesPublisherContentHash": "fa9db8bf3d45899001319a89d33c8a49d294c5214b7549967ba4033dc87cc1a3", | ||
"typeScriptVersion": "3.8" | ||
"typesPublisherContentHash": "5d1f6ea66089a8298a1a19b2f519936a3a94aea2974dab382dd4e93177bdeb3d", | ||
"typeScriptVersion": "4.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Mon, 17 Jan 2022 12:01:30 GMT | ||
* Last updated: Wed, 24 Aug 2022 10:02: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
13839
224