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

kauth-sdk-node

Package Overview
Dependencies
Maintainers
3
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kauth-sdk-node - npm Package Compare versions

Comparing version 0.1.8 to 0.1.9

9

CHANGELOG.md

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

## [0.1.9](https://gitlab-ag.marmot-cloud.com/marmot/kauth-sdk-node/compare/v0.1.8...v0.1.9) (2021-01-08)
### Bug Fixes
* promisify loginHandler and authHandler ([d758895](https://gitlab-ag.marmot-cloud.com/marmot/kauth-sdk-node/commit/d758895e946c5cf7e4358d166a5bf4b81125d237))
## [0.1.8](https://gitlab-ag.marmot-cloud.com/marmot/kauth-sdk-node/compare/v0.1.7...v0.1.8) (2021-01-08)

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

4

dist/common/config/config.d.ts

@@ -21,4 +21,4 @@ import { AuthenticationInformation } from '../../authenticator';

logoutRedirectUri?: string;
loginHandler?: (ctx: any, authInfo: AuthenticationInformation) => void;
authHandler?: (ctx: any, sub: number) => void;
loginHandler?: (ctx: any, authInfo: AuthenticationInformation) => Promise<void>;
authHandler?: (ctx: any, sub: number) => Promise<void>;
marmotTenantId?: number;

@@ -25,0 +25,0 @@ marmotAccessKeyId?: string;

{
"name": "kauth-sdk-node",
"version": "0.1.8",
"version": "0.1.9",
"description": "",

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

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