Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@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.8 to 8.5.9

9

jsonwebtoken/index.d.ts

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

export type VerifyCallback<T = Jwt | JwtPayload | string> = (
err: VerifyErrors | null,
error: VerifyErrors | null,
decoded: T | undefined,

@@ -105,3 +105,4 @@ ) => void;

export type SignCallback = (
err: Error | null, encoded: string | undefined
error: Error | null,
encoded: string | undefined,
) => void;

@@ -150,4 +151,4 @@

export type SigningKeyCallback = (
err: any,
signingKey?: Secret,
error: Error | null,
signingKey?: Secret
) => void;

@@ -154,0 +155,0 @@

{
"name": "@types/jsonwebtoken",
"version": "8.5.8",
"version": "8.5.9",
"description": "TypeScript definitions for jsonwebtoken",

@@ -80,4 +80,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jsonwebtoken",

},
"typesPublisherContentHash": "fa9db8bf3d45899001319a89d33c8a49d294c5214b7549967ba4033dc87cc1a3",
"typeScriptVersion": "3.8"
"typesPublisherContentHash": "5d1f6ea66089a8298a1a19b2f519936a3a94aea2974dab382dd4e93177bdeb3d",
"typeScriptVersion": "4.0"
}

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

### Additional Details
* Last updated: Mon, 17 Jan 2022 12:01:30 GMT
* Last updated: Wed, 24 Aug 2022 10:02:25 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