@types/jsonwebtoken
Advanced tools
Comparing version 7.2.7 to 7.2.8
@@ -80,6 +80,6 @@ // Type definitions for jsonwebtoken 7.2.2 | ||
} | ||
export type VerifyErrors=JsonWebTokenError | NotBeforeError | TokenExpiredError; | ||
export interface VerifyCallback { | ||
( | ||
err: JsonWebTokenError | NotBeforeError | TokenExpiredError, | ||
err: VerifyErrors, | ||
decoded: object | string, | ||
@@ -86,0 +86,0 @@ ): void; |
{ | ||
"name": "@types/jsonwebtoken", | ||
"version": "7.2.7", | ||
"version": "7.2.8", | ||
"description": "TypeScript definitions for jsonwebtoken", | ||
@@ -31,3 +31,3 @@ "license": "MIT", | ||
"type": "git", | ||
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
}, | ||
@@ -38,4 +38,4 @@ "scripts": {}, | ||
}, | ||
"typesPublisherContentHash": "7f8b0fb7000c29df8861024a63e2a3db3193a69094183d2d7a8f73d37d51e6a1", | ||
"typesPublisherContentHash": "0710df94f94d365010ab0eb15da715f26e2773f02ce1ac83c1c620e77bf71df9", | ||
"typeScriptVersion": "2.2" | ||
} |
@@ -8,6 +8,6 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jsonwebtoken | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jsonwebtoken | ||
Additional Details | ||
* Last updated: Mon, 30 Apr 2018 16:18:31 GMT | ||
* Last updated: Mon, 02 Jul 2018 20:44:33 GMT | ||
* Dependencies: node | ||
@@ -14,0 +14,0 @@ * Global values: none |
Sorry, the diff of this file is not supported yet
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
154
8882