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.1 to 0.1.2

9

CHANGELOG.md

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

## [0.1.2](https://gitlab-ag.marmot-cloud.com/marmot/kauth-sdk-node/compare/v0.1.1...v0.1.2) (2020-10-29)
### Features
* logout uri and authenticationInformationHandler ([5b972a7](https://gitlab-ag.marmot-cloud.com/marmot/kauth-sdk-node/commit/5b972a7dad84dd0c93a5b3e6f32f4d396c85035c))
## [0.1.1](https://gitlab-ag.marmot-cloud.com/marmot/kauth-sdk-node/compare/v0.1.0...v0.1.1) (2020-09-27)

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

3

dist/common/config/config.d.ts

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

import { AuthenticationInformation } from '../../authenticator';
export interface KauthConfig {

@@ -16,2 +17,4 @@ origin: string;

unautorizedRedirectUri?: string;
logoutUri: string;
authenticationInformationHandler?: (authInfo: AuthenticationInformation) => void;
marmotTenantId?: number;

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

2

package.json
{
"name": "kauth-sdk-node",
"version": "0.1.1",
"version": "0.1.2",
"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