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.14 to 0.2.15

6

app/middleware/kauth.js

@@ -6,2 +6,8 @@ "use strict";

const kauthProvider = new lib_1.KauthProvider(kauthConfig);
if (kauthConfig.mockHandler) {
return async function middleware(ctx, next) {
await kauthConfig.mockHandler(ctx);
await next();
};
}
return async function middleware(ctx, next) {

@@ -8,0 +14,0 @@ await kauthProvider.dispatch(ctx, next);

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

## [0.2.15](https://gitlab-ag.marmot-cloud.com/marmot/kauth-sdk-egg/compare/v0.2.14...v0.2.15) (2021-01-14)
### Features
* mockHandler ([7776e64](https://gitlab-ag.marmot-cloud.com/marmot/kauth-sdk-egg/commit/7776e64ab7ebf688780091c8c8648307e986f798))
## [0.2.14](https://gitlab-ag.marmot-cloud.com/marmot/kauth-sdk-egg/compare/v0.2.13...v0.2.14) (2021-01-14)

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

4

package.json
{
"name": "egg-kauth",
"version": "0.2.14",
"version": "0.2.15",
"description": "egg kauth plugin",

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

"dependencies": {
"kauth-sdk-node": "^0.1.9"
"kauth-sdk-node": "^0.1.10"
},

@@ -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