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.2 to 8.3.3

3

jsonwebtoken/index.d.ts

@@ -56,2 +56,3 @@ // Type definitions for jsonwebtoken 8.3

jwtid?: string;
mutatePayload?: boolean;
noTimestamp?: boolean;

@@ -67,2 +68,3 @@ header?: object;

clockTolerance?: number;
complete?: boolean;
issuer?: string | string[];

@@ -72,2 +74,3 @@ ignoreExpiration?: boolean;

jwtid?: string;
nonce?: string;
subject?: string;

@@ -74,0 +77,0 @@ /**

4

jsonwebtoken/package.json
{
"name": "@types/jsonwebtoken",
"version": "8.3.2",
"version": "8.3.3",
"description": "TypeScript definitions for jsonwebtoken",

@@ -49,4 +49,4 @@ "license": "MIT",

},
"typesPublisherContentHash": "5ea4beecf7547e34627f5dd0d5d40a93a504c9c7b8addd302950a4524de1584a",
"typesPublisherContentHash": "58bdae6ad5af048782274f33f769fcb4a2e6fcefab52b70523cea7e4240bd562",
"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,3 +12,3 @@ # Details

Additional Details
* Last updated: Fri, 08 Mar 2019 00:40:14 GMT
* Last updated: Wed, 07 Aug 2019 21:32:18 GMT
* Dependencies: @types/node

@@ -18,2 +18,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>.
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>, and 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