@connectedcars/jwtutils
Advanced tools
Comparing version 2.0.1 to 2.0.2
{ | ||
"name": "@connectedcars/jwtutils", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Zero dependency JWT encoding/decoding for Node", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -64,3 +64,3 @@ // TypeScript Version: 3.0 | ||
export interface RevokedToken { | ||
id: number | string | ||
id?: number | string | ||
jti: string | ||
@@ -67,0 +67,0 @@ revokedAt: Date |
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
62422