@types/express-jwt
Advanced tools
Comparing version 0.0.37 to 0.0.38
@@ -5,2 +5,3 @@ // Type definitions for express-jwt | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// TypeScript Version: 2.3 | ||
@@ -7,0 +8,0 @@ import express = require('express'); |
{ | ||
"name": "@types/express-jwt", | ||
"version": "0.0.37", | ||
"version": "0.0.38", | ||
"description": "TypeScript definitions for express-jwt", | ||
@@ -9,11 +9,14 @@ "license": "MIT", | ||
"name": "Wonshik Kim", | ||
"url": "https://github.com/wokim" | ||
"url": "https://github.com/wokim", | ||
"githubUsername": "wokim" | ||
}, | ||
{ | ||
"name": "Kacper Polak", | ||
"url": "https://github.com/kacepe" | ||
"url": "https://github.com/kacepe", | ||
"githubUsername": "kacepe" | ||
}, | ||
{ | ||
"name": "Sl1MBoy", | ||
"url": "https://github.com/Sl1MBoy" | ||
"url": "https://github.com/Sl1MBoy", | ||
"githubUsername": "Sl1MBoy" | ||
} | ||
@@ -31,4 +34,4 @@ ], | ||
}, | ||
"typesPublisherContentHash": "582b470dc040ba9995c801f0f5c25781af25348c878190d64e01cbcbdc26f502", | ||
"typeScriptVersion": "2.0" | ||
"typesPublisherContentHash": "757b094f3e7ac6eae590de8c04646d6dc643f154587d0234b2e766a3716c6cff", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Mon, 21 Aug 2017 21:49:18 GMT | ||
* Last updated: Wed, 25 Oct 2017 18:38:02 GMT | ||
* Dependencies: express, express-unless | ||
@@ -14,0 +14,0 @@ * Global values: none |
Sorry, the diff of this file is not supported yet
4579
49