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.5 to 7.2.6

4

jsonwebtoken/index.d.ts

@@ -1,2 +0,2 @@

// Type definitions for jsonwebtoken 7.2.1
// Type definitions for jsonwebtoken 7.2.2
// Project: https://github.com/auth0/node-jsonwebtoken

@@ -170,2 +170,2 @@ // Definitions by: Maxime LUCE <https://github.com/SomaticIT>,

options?: DecodeOptions,
): null | object | string;
): null | { [key: string]: any } | string;
{
"name": "@types/jsonwebtoken",
"version": "7.2.5",
"version": "7.2.6",
"description": "TypeScript definitions for jsonwebtoken",

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

},
"typesPublisherContentHash": "8105b29c06cb20595ed66ecb65ed3621351963385f3545b9152794de135a211c",
"typesPublisherContentHash": "81ed559d8a21b07c5f7cd124ff3e074a4809dc9f3b2125e8475fdd287894a0cc",
"typeScriptVersion": "2.2"
}

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

Additional Details
* Last updated: Wed, 13 Dec 2017 19:13:38 GMT
* Last updated: Fri, 16 Mar 2018 22:10:47 GMT
* Dependencies: 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