@types/jsonwebtoken
Advanced tools
Comparing version 8.3.7 to 8.3.8
@@ -12,2 +12,3 @@ // Type definitions for jsonwebtoken 8.3 | ||
// Linus Unnebäck <https://github.com/LinusU> | ||
// Ivan Sieder <https://github.com/ivansieder> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -95,3 +96,3 @@ // TypeScript Version: 2.2 | ||
err: VerifyErrors, | ||
decoded: object | string, | ||
decoded: object, | ||
) => void; | ||
@@ -98,0 +99,0 @@ |
{ | ||
"name": "@types/jsonwebtoken", | ||
"version": "8.3.7", | ||
"version": "8.3.8", | ||
"description": "TypeScript definitions for jsonwebtoken", | ||
@@ -51,2 +51,7 @@ "license": "MIT", | ||
"githubUsername": "LinusU" | ||
}, | ||
{ | ||
"name": "Ivan Sieder", | ||
"url": "https://github.com/ivansieder", | ||
"githubUsername": "ivansieder" | ||
} | ||
@@ -65,4 +70,4 @@ ], | ||
}, | ||
"typesPublisherContentHash": "c254b2c1562d8b8e5525eaaef01306430dff3876cf8df942b506457e8baeca7d", | ||
"typesPublisherContentHash": "f3976a793aebbca5376065c500849da6661382bbd7e4e3ad6d785987a5325383", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Wed, 22 Jan 2020 17:43:51 GMT | ||
* Last updated: Fri, 28 Feb 2020 20:53:42 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by Maxime LUCE (https://github.com/SomaticIT), Daniel Heim (https://github.com/danielheim), Brice BERNARD (https://github.com/brikou), Veli-Pekka Kestilä (https://github.com/vpk), Daniel Parker (https://github.com/rlgod), Kjell Dießel (https://github.com/kettil), Robert Gajda (https://github.com/RunAge), Nico Flaig (https://github.com/nflaig), and Linus Unnebäck (https://github.com/LinusU). | ||
These definitions were written by [Maxime LUCE](https://github.com/SomaticIT), [Daniel Heim](https://github.com/danielheim), [Brice BERNARD](https://github.com/brikou), [Veli-Pekka Kestilä](https://github.com/vpk), [Daniel Parker](https://github.com/rlgod), [Kjell Dießel](https://github.com/kettil), [Robert Gajda](https://github.com/RunAge), [Nico Flaig](https://github.com/nflaig), [Linus Unnebäck](https://github.com/LinusU), and [Ivan Sieder](https://github.com/ivansieder). |
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
10816
181