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.2 to 0.1.3

9

CHANGELOG.md

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

## [0.1.3](https://gitlab-ag.marmot-cloud.com/marmot/kauth-sdk-node/compare/v0.1.2...v0.1.3) (2020-10-29)
### Bug Fixes
* authenticationInformationHandler params ([6188960](https://gitlab-ag.marmot-cloud.com/marmot/kauth-sdk-node/commit/61889603dbf4f5f177ff6ca545afaaab155bda4a))
## [0.1.2](https://gitlab-ag.marmot-cloud.com/marmot/kauth-sdk-node/compare/v0.1.1...v0.1.2) (2020-10-29)

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

2

dist/common/config/config.d.ts

@@ -18,3 +18,3 @@ import { AuthenticationInformation } from '../../authenticator';

logoutUri: string;
authenticationInformationHandler?: (authInfo: AuthenticationInformation) => void;
authenticationInformationHandler?: (ctx: any, authInfo: AuthenticationInformation) => void;
marmotTenantId?: number;

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

{
"name": "kauth-sdk-node",
"version": "0.1.2",
"version": "0.1.3",
"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