Socket
Socket
Sign inDemoInstall

@types/jsonwebtoken

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/jsonwebtoken - npm Package Compare versions

Comparing version 8.3.1 to 8.3.2

7

jsonwebtoken/index.d.ts

@@ -7,3 +7,4 @@ // Type definitions for jsonwebtoken 8.3

// Veli-Pekka Kestilä <https://github.com/vpk>,
// Daniel Parker <https://github.com/rlgod>
// Daniel Parker <https://github.com/rlgod>,
// Kjell Dießel <https://github.com/kettil>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -21,5 +22,5 @@ // TypeScript Version: 2.2

export class TokenExpiredError extends JsonWebTokenError {
expiredAt: number;
expiredAt: Date;
constructor(message: string, expiredAt: number);
constructor(message: string, expiredAt: Date);
}

@@ -26,0 +27,0 @@

{
"name": "@types/jsonwebtoken",
"version": "8.3.1",
"version": "8.3.2",
"description": "TypeScript definitions for jsonwebtoken",

@@ -31,2 +31,7 @@ "license": "MIT",

"githubUsername": "rlgod"
},
{
"name": "Kjell Dießel",
"url": "https://github.com/kettil",
"githubUsername": "kettil"
}

@@ -45,4 +50,4 @@ ],

},
"typesPublisherContentHash": "63c7fe1944d78ac452bc0a4d13f9dc66fa79fa2f6db67592c57f4a070219ec84",
"typesPublisherContentHash": "5ea4beecf7547e34627f5dd0d5d40a93a504c9c7b8addd302950a4524de1584a",
"typeScriptVersion": "2.2"
}

@@ -11,3 +11,3 @@ # Installation

Additional Details
* Last updated: Wed, 06 Mar 2019 16:31:19 GMT
* Last updated: Fri, 08 Mar 2019 00:40:14 GMT
* Dependencies: @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>.
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>.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc