Socket
Socket
Sign inDemoInstall

kk-koa-framework

Package Overview
Dependencies
Maintainers
1
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kk-koa-framework - npm Package Compare versions

Comparing version 1.0.44 to 1.0.45

2

package.json
{
"name": "kk-koa-framework",
"version": "1.0.44",
"version": "1.0.45",
"description": "kk koa mvc webframework",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -47,3 +47,3 @@ class Passport{

ctx.isAuthenticated = ()=>{
return ctx.session && ctx.profile && Object.keys(ctx.profile).length
return ctx.session && ctx.session.profile && Object.keys(ctx.session.profile).length
}

@@ -50,0 +50,0 @@ } catch (error) {

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