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.3.0 to 8.3.1

2

jsonwebtoken/index.d.ts

@@ -62,3 +62,3 @@ // Type definitions for jsonwebtoken 8.3

algorithms?: string[];
audience?: string | string[];
audience?: string | RegExp | Array<string | RegExp>;
clockTimestamp?: number;

@@ -65,0 +65,0 @@ clockTolerance?: number;

{
"name": "@types/jsonwebtoken",
"version": "8.3.0",
"version": "8.3.1",
"description": "TypeScript definitions for jsonwebtoken",

@@ -34,6 +34,7 @@ "license": "MIT",

"main": "",
"types": "",
"types": "index",
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/jsonwebtoken"
},

@@ -44,4 +45,4 @@ "scripts": {},

},
"typesPublisherContentHash": "0c6eebd46a6b5087408b4ad4afa03e49ed368589c17d6b6134f16a6942fab234",
"typesPublisherContentHash": "63c7fe1944d78ac452bc0a4d13f9dc66fa79fa2f6db67592c57f4a070219ec84",
"typeScriptVersion": "2.2"
}

@@ -5,3 +5,3 @@ # Installation

# Summary
This package contains type definitions for jsonwebtoken (https://github.com/auth0/node-jsonwebtoken).
This package contains type definitions for jsonwebtoken ( https://github.com/auth0/node-jsonwebtoken ).

@@ -12,4 +12,4 @@ # Details

Additional Details
* Last updated: Thu, 01 Nov 2018 23:52:59 GMT
* Dependencies: node
* Last updated: Wed, 06 Mar 2019 16:31:19 GMT
* Dependencies: @types/node
* Global values: none

@@ -16,0 +16,0 @@

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