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.4 to 8.3.5

10

jsonwebtoken/index.d.ts

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

*/
export function verify(
token: string,
secretOrPublicKey: string | Buffer,
options?: VerifyOptions,
): object | string;
export function verify(token: string, secretOrPublicKey: Secret, options?: VerifyOptions): object | string;

@@ -180,3 +176,3 @@ /**

token: string,
secretOrPublicKey: string | Buffer | GetPublicKeyOrSecret,
secretOrPublicKey: Secret | GetPublicKeyOrSecret,
callback?: VerifyCallback,

@@ -186,3 +182,3 @@ ): void;

token: string,
secretOrPublicKey: string | Buffer | GetPublicKeyOrSecret,
secretOrPublicKey: Secret | GetPublicKeyOrSecret,
options?: VerifyOptions,

@@ -189,0 +185,0 @@ callback?: VerifyCallback,

{
"name": "@types/jsonwebtoken",
"version": "8.3.4",
"version": "8.3.5",
"description": "TypeScript definitions for jsonwebtoken",

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

},
"typesPublisherContentHash": "04a37d9eb9a4c939c46fc233fe7e0ee415b3d663c7246eeec494004ac07f8eb3",
"typesPublisherContentHash": "341ab6e92b4e866abfd33fcab197a21956b9e44fba09a7e79aae42f54c9e576f",
"typeScriptVersion": "2.2"
}

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

Additional Details
* Last updated: Wed, 18 Sep 2019 17:24:49 GMT
* Last updated: Tue, 15 Oct 2019 19:15:06 GMT
* Dependencies: @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