@types/express-jwt
Advanced tools
Comparing version 0.0.35 to 0.0.36
// Type definitions for express-jwt | ||
// Project: https://www.npmjs.org/package/express-jwt | ||
// Definitions by: Wonshik Kim <https://github.com/wokim/>, Kacper Polak <https://github.com/kacepe> | ||
// Definitions by: Wonshik Kim <https://github.com/wokim/>, Kacper Polak <https://github.com/kacepe>, Sl1MBoy <https://github.com/Sl1MBoy> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -39,2 +39,10 @@ | ||
} | ||
export class UnauthorizedError extends Error { | ||
name: string; | ||
message: string; | ||
code: string; | ||
status: number; | ||
inner: Error | ||
} | ||
} | ||
@@ -41,0 +49,0 @@ declare global { |
{ | ||
"name": "@types/express-jwt", | ||
"version": "0.0.35", | ||
"version": "0.0.36", | ||
"description": "TypeScript definitions for express-jwt", | ||
@@ -14,2 +14,6 @@ "license": "MIT", | ||
"url": "https://github.com/kacepe" | ||
}, | ||
{ | ||
"name": "Sl1MBoy", | ||
"url": "https://github.com/Sl1MBoy" | ||
} | ||
@@ -28,4 +32,4 @@ ], | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "a68f55abdb74744b01409fa4374c1435c4fcd254e2e5fc6ea3eff3492d08f7a8", | ||
"typesPublisherContentHash": "a4478bcaebf0d215da2237a8106ccf8745e651a46af878f8cacafff53f8fc613", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Fri, 02 Jun 2017 16:37:08 GMT | ||
* Last updated: Mon, 24 Jul 2017 18:01:45 GMT | ||
* Dependencies: express, express-unless | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by Wonshik Kim <https://github.com/wokim/>, Kacper Polak <https://github.com/kacepe>. | ||
These definitions were written by Wonshik Kim <https://github.com/wokim/>, Kacper Polak <https://github.com/kacepe>, Sl1MBoy <https://github.com/Sl1MBoy>. |
Sorry, the diff of this file is not supported yet
4387
48