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
5
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 2.0.1-alpha.0 to 2.0.1

6

app/lib/index.js

@@ -118,3 +118,4 @@ "use strict";

if (this.unautorizedRedirectUri && !redirectIgnored) {
return ctx.redirect(`${this.unautorizedRedirectUri}?callback=${ctx.request.path}`);
const callback = encodeURIComponent(ctx.request.path + ctx.request.search);
return ctx.redirect(`${this.unautorizedRedirectUri}?callback=${callback}`);
}

@@ -135,3 +136,4 @@ ctx.status = 401;

if (this.unautorizedRedirectUri && !redirectIgnored) {
return ctx.redirect(`${this.unautorizedRedirectUri}?callback=${ctx.request.path}`);
const callback = encodeURIComponent(ctx.request.path + ctx.request.search);
return ctx.redirect(`${this.unautorizedRedirectUri}?callback=${callback}`);
}

@@ -138,0 +140,0 @@ ctx.status = 401;

@@ -1,2 +0,2 @@

## [2.0.1-alpha.0](https://gitlab-ag.marmot-cloud.com/marmot/kauth-sdk-egg/compare/v0.2.36-alpha.0...v2.0.1-alpha.0) (2021-12-21)
## [2.0.1](https://gitlab-ag.marmot-cloud.com/marmot/kauth-sdk-egg/compare/v0.2.36...v2.0.1) (2022-01-20)

@@ -6,13 +6,18 @@

* update kauth-sdk-node version ([cce513f](https://gitlab-ag.marmot-cloud.com/marmot/kauth-sdk-egg/commit/cce513f75391fbe06a895ecf1e5bbec21850a780))
* update kauth-sdk-node version ([922612c](https://gitlab-ag.marmot-cloud.com/marmot/kauth-sdk-egg/commit/922612c49a7a7aa29584cbcde573530d73f0d454))
## [0.2.36-alpha.0](https://gitlab-ag.marmot-cloud.com/marmot/kauth-sdk-egg/compare/v0.2.35...v0.2.36-alpha.0) (2021-12-17)
## [0.2.36](https://gitlab-ag.marmot-cloud.com/marmot/kauth-sdk-egg/compare/v0.2.34...v0.2.36) (2022-01-13)
### Features
## [0.2.35](https://gitlab-ag.marmot-cloud.com/marmot/kauth-sdk-egg/compare/v0.2.34...v0.2.35) (2021-07-12)
* permission.extendValue 支持 * ([c910b61](https://gitlab-ag.marmot-cloud.com/marmot/kauth-sdk-egg/commit/c910b611b283ba7e00a322b0596ee8856b3bb19c))
## [0.2.35](https://gitlab-ag.marmot-cloud.com/marmot/kauth-sdk-egg/compare/v0.2.34...v0.2.35) (2022-01-13)
### Features

@@ -19,0 +24,0 @@

{
"name": "egg-kauth",
"version": "2.0.1-alpha.0",
"version": "2.0.1",
"description": "egg kauth plugin",

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

"dependencies": {
"kauth-sdk-node": "2.0.1-alpha.1"
"kauth-sdk-node": "2.0.1"
},

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