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.11 to 0.1.12

dist/authorizer/index.d.ts

9

CHANGELOG.md

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

## [0.1.12](https://gitlab-ag.marmot-cloud.com/marmot/kauth-sdk-node/compare/v0.1.11...v0.1.12) (2021-01-21)
### Features
* permission inject ([561d737](https://gitlab-ag.marmot-cloud.com/marmot/kauth-sdk-node/commit/561d737ae73fbe03f45812998a406c92625bf9f7))
## [0.1.11](https://gitlab-ag.marmot-cloud.com/marmot/kauth-sdk-node/compare/v0.1.10...v0.1.11) (2021-01-21)

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

1

dist/common/config/config.d.ts

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

jwtDuration: number;
permissionsInjected: boolean;
googleAuthorizeUri: string;

@@ -8,0 +9,0 @@ googleTokenUri: string;

@@ -5,2 +5,3 @@ export { KauthConfig } from './common/config/config';

export { GoogleAuthenticator, MoziAuthenticator, MiniprogramAuthenticator, AuthenticationInformation, JsonWebTokenSubjectProvider, JsonWebTokenAuthenticationProvider, } from './authenticator';
export { PermissionCore } from './authorizer';
export { MoziAuthenticationInformation, MoziPrincipal } from './authenticator/mozi';

@@ -7,0 +8,0 @@ export { GoogleAuthenticationInformation, GooglePrincipal } from './authenticator/google';

@@ -13,2 +13,4 @@ "use strict";

Object.defineProperty(exports, "JsonWebTokenAuthenticationProvider", { enumerable: true, get: function () { return authenticator_1.JsonWebTokenAuthenticationProvider; } });
var authorizer_1 = require("./authorizer");
Object.defineProperty(exports, "PermissionCore", { enumerable: true, get: function () { return authorizer_1.PermissionCore; } });
var mozi_1 = require("./authenticator/mozi");

@@ -15,0 +17,0 @@ Object.defineProperty(exports, "MoziAuthenticationInformation", { enumerable: true, get: function () { return mozi_1.MoziAuthenticationInformation; } });

2

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