@types/jsonwebtoken
Advanced tools
Comparing version 8.3.0 to 8.3.1
@@ -62,3 +62,3 @@ // Type definitions for jsonwebtoken 8.3 | ||
algorithms?: string[]; | ||
audience?: string | string[]; | ||
audience?: string | RegExp | Array<string | RegExp>; | ||
clockTimestamp?: number; | ||
@@ -65,0 +65,0 @@ clockTolerance?: number; |
{ | ||
"name": "@types/jsonwebtoken", | ||
"version": "8.3.0", | ||
"version": "8.3.1", | ||
"description": "TypeScript definitions for jsonwebtoken", | ||
@@ -34,6 +34,7 @@ "license": "MIT", | ||
"main": "", | ||
"types": "", | ||
"types": "index", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/jsonwebtoken" | ||
}, | ||
@@ -44,4 +45,4 @@ "scripts": {}, | ||
}, | ||
"typesPublisherContentHash": "0c6eebd46a6b5087408b4ad4afa03e49ed368589c17d6b6134f16a6942fab234", | ||
"typesPublisherContentHash": "63c7fe1944d78ac452bc0a4d13f9dc66fa79fa2f6db67592c57f4a070219ec84", | ||
"typeScriptVersion": "2.2" | ||
} |
@@ -5,3 +5,3 @@ # Installation | ||
# Summary | ||
This package contains type definitions for jsonwebtoken (https://github.com/auth0/node-jsonwebtoken). | ||
This package contains type definitions for jsonwebtoken ( https://github.com/auth0/node-jsonwebtoken ). | ||
@@ -12,4 +12,4 @@ # Details | ||
Additional Details | ||
* Last updated: Thu, 01 Nov 2018 23:52:59 GMT | ||
* Dependencies: node | ||
* Last updated: Wed, 06 Mar 2019 16:31:19 GMT | ||
* Dependencies: @types/node | ||
* Global values: none | ||
@@ -16,0 +16,0 @@ |
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
9165