Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@tool-developer/egg-jwt

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tool-developer/egg-jwt - npm Package Compare versions

Comparing version
0.0.5
to
0.0.6
+1
-1
app/middleware/jwt.js

@@ -189,3 +189,3 @@ const { schemePrefix, JwtMsg } = require('../../app.config');

}else{
const msg = debug === true ? e.message : JwtMsg.AuthFailed
const msg = options.debug === true ? e.message : JwtMsg.AuthFailed
// 抛出异常

@@ -192,0 +192,0 @@ return ctx.throw(401, msg, { originalError:e })

{
"name": "@tool-developer/egg-jwt",
"version": "0.0.5",
"version": "0.0.6",
"description": "jwt plugin for egg",

@@ -5,0 +5,0 @@ "eggPlugin": {