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

fastify-jwt

Package Overview
Dependencies
Maintainers
8
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fastify-jwt - npm Package Compare versions

Comparing version 0.9.1 to 0.9.2

index.d.ts

9

package.json
{
"name": "fastify-jwt",
"version": "0.9.1",
"version": "0.9.2",
"description": "JWT utils for Fastify",
"main": "jwt.js",
"types": "index.d.ts",
"engines": {

@@ -10,3 +11,3 @@ "node": ">6"

"scripts": {
"test": "standard && tap test.js"
"test": "standard && tap test.js && tsc --project ./tsconfig.json"
},

@@ -37,6 +38,8 @@ "repository": {

"devDependencies": {
"@types/jsonwebtoken": "^8.3.0",
"fastify": "^1.11.2",
"standard": "^12.0.1",
"tap": "^12.0.1"
"tap": "^12.0.1",
"typescript": "^3.2.2"
}
}
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