@types/jsonwebtoken
Advanced tools
Comparing version 8.5.9 to 9.0.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for jsonwebtoken 8.5 | ||
// Type definitions for jsonwebtoken 9.0 | ||
// Project: https://github.com/auth0/node-jsonwebtoken | ||
@@ -68,2 +68,4 @@ // Definitions by: Maxime LUCE <https://github.com/SomaticIT>, | ||
encoding?: string | undefined; | ||
allowInsecureKeySizes?: boolean | undefined; | ||
allowInvalidAsymmetricKeyTypes?: boolean | undefined; | ||
} | ||
@@ -89,2 +91,3 @@ | ||
maxAge?: string | number | undefined; | ||
allowInvalidAsymmetricKeyTypes?: boolean | undefined; | ||
} | ||
@@ -91,0 +94,0 @@ |
{ | ||
"name": "@types/jsonwebtoken", | ||
"version": "8.5.9", | ||
"version": "9.0.0", | ||
"description": "TypeScript definitions for jsonwebtoken", | ||
@@ -80,4 +80,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jsonwebtoken", | ||
}, | ||
"typesPublisherContentHash": "5d1f6ea66089a8298a1a19b2f519936a3a94aea2974dab382dd4e93177bdeb3d", | ||
"typeScriptVersion": "4.0" | ||
"typesPublisherContentHash": "e5df2d4a0026ba18dae0652a3b77e39f96e6f087a7135e893293a418139f874e", | ||
"typeScriptVersion": "4.2" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Wed, 24 Aug 2022 10:02:25 GMT | ||
* Last updated: Fri, 23 Dec 2022 23:02:41 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
14004
227