New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

egg-kauth

Package Overview
Dependencies
Maintainers
3
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

egg-kauth - npm Package Compare versions

Comparing version 0.2.7 to 0.2.8

2

app/lib/index.js

@@ -120,3 +120,3 @@ "use strict";

if (this.authenticationInformationHandler) {
this.authenticationInformationHandler(authenticationInformation);
this.authenticationInformationHandler(ctx, authenticationInformation);
}

@@ -123,0 +123,0 @@ ctx.redirect(this.loginRedirectUri);

@@ -0,1 +1,10 @@

## [0.2.8](https://gitlab-ag.marmot-cloud.com/marmot/kauth-sdk-egg/compare/v0.2.7...v0.2.8) (2020-10-29)
### Bug Fixes
* add ctx params to authetnicationInformationHandler ([343130b](https://gitlab-ag.marmot-cloud.com/marmot/kauth-sdk-egg/commit/343130bb00e14a7c4576ddafc87f8597b364e505))
## [0.2.7](https://gitlab-ag.marmot-cloud.com/marmot/kauth-sdk-egg/compare/v0.2.6...v0.2.7) (2020-10-29)

@@ -2,0 +11,0 @@

{
"name": "egg-kauth",
"version": "0.2.7",
"version": "0.2.8",
"description": "egg kauth plugin",

@@ -31,3 +31,3 @@ "eggPlugin": {

"dependencies": {
"kauth-sdk-node": "^0.1.2"
"kauth-sdk-node": "^0.1.3"
},

@@ -34,0 +34,0 @@ "devDependencies": {

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