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.5.0 to 8.5.1

2

jsonwebtoken/index.d.ts

@@ -209,3 +209,3 @@ // Type definitions for jsonwebtoken 8.5

*/
export function decode(token: string, options: DecodeOptions & { json: true }): null | { [key: string]: any };
export function decode(token: string, options: DecodeOptions & { json: true } | DecodeOptions & { complete: true }): null | { [key: string]: any };
export function decode(token: string, options?: DecodeOptions): null | { [key: string]: any } | string;
{
"name": "@types/jsonwebtoken",
"version": "8.5.0",
"version": "8.5.1",
"description": "TypeScript definitions for jsonwebtoken",

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

},
"typesPublisherContentHash": "33f163920deea456c96d5c30432132a88196e2f8e408d0290b804dc12181edcb",
"typeScriptVersion": "2.9"
"typesPublisherContentHash": "610698456faaddf0271a63e8dc369e20d59c750c922fef91ec1490566da3d1aa",
"typeScriptVersion": "3.5"
}

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

### Additional Details
* Last updated: Wed, 13 May 2020 18:46:57 GMT
* Last updated: Tue, 16 Mar 2021 16:00:48 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)

@@ -14,0 +14,0 @@ * Global values: none

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