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 7.2.7 to 7.2.8

4

jsonwebtoken/index.d.ts

@@ -80,6 +80,6 @@ // Type definitions for jsonwebtoken 7.2.2

}
export type VerifyErrors=JsonWebTokenError | NotBeforeError | TokenExpiredError;
export interface VerifyCallback {
(
err: JsonWebTokenError | NotBeforeError | TokenExpiredError,
err: VerifyErrors,
decoded: object | string,

@@ -86,0 +86,0 @@ ): void;

{
"name": "@types/jsonwebtoken",
"version": "7.2.7",
"version": "7.2.8",
"description": "TypeScript definitions for jsonwebtoken",

@@ -31,3 +31,3 @@ "license": "MIT",

"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
},

@@ -38,4 +38,4 @@ "scripts": {},

},
"typesPublisherContentHash": "7f8b0fb7000c29df8861024a63e2a3db3193a69094183d2d7a8f73d37d51e6a1",
"typesPublisherContentHash": "0710df94f94d365010ab0eb15da715f26e2773f02ce1ac83c1c620e77bf71df9",
"typeScriptVersion": "2.2"
}

@@ -8,6 +8,6 @@ # Installation

# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jsonwebtoken
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jsonwebtoken
Additional Details
* Last updated: Mon, 30 Apr 2018 16:18:31 GMT
* Last updated: Mon, 02 Jul 2018 20:44:33 GMT
* Dependencies: node

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

Sorry, the diff of this file is not supported yet

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