@types/passport-saml
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -6,4 +6,5 @@ // Type definitions for passport-saml 1.0 | ||
// Karol Samborski <https://github.com/ksamborski> | ||
// Jose Colella <https://github.com/josecolella> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// TypeScript Version: 2.3 | ||
// TypeScript Version: 3.0 | ||
@@ -101,3 +102,3 @@ import passport = require('passport'); | ||
} & { | ||
[attributeName: string]: string; // arbitrary `AttributeValue`s | ||
[attributeName: string]: unknown; // arbitrary `AttributeValue`s | ||
}; |
{ | ||
"name": "@types/passport-saml", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "TypeScript definitions for passport-saml", | ||
@@ -21,2 +21,7 @@ "license": "MIT", | ||
"githubUsername": "ksamborski" | ||
}, | ||
{ | ||
"name": "Jose Colella", | ||
"url": "https://github.com/josecolella", | ||
"githubUsername": "josecolella" | ||
} | ||
@@ -36,4 +41,4 @@ ], | ||
}, | ||
"typesPublisherContentHash": "f59593bd8f36bd5f0a64e1ba17598f3bd91a5495074bd15e005037a801c21081", | ||
"typeScriptVersion": "2.3" | ||
"typesPublisherContentHash": "9243ec76d198164440493854ce173d7b907d2151aa857ebda38b4504c42731e8", | ||
"typeScriptVersion": "3.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 13 Mar 2019 22:25:41 GMT | ||
* Last updated: Mon, 18 Mar 2019 21:32:16 GMT | ||
* Dependencies: @types/passport, @types/express | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by Chris Barth <https://github.com/cjbarth>, Damian Assennato <https://github.com/dassennato>, Karol Samborski <https://github.com/ksamborski>. | ||
These definitions were written by Chris Barth <https://github.com/cjbarth>, Damian Assennato <https://github.com/dassennato>, Karol Samborski <https://github.com/ksamborski>, Jose Colella <https://github.com/josecolella>. |
7230
98