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
5
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 2.0.3 to 2.0.4

1

dist/common/config/config.d.ts

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

permissionsInjected: boolean;
permissionsInjectedBlacklist?: string[];
googleAuthorizeUri: string;

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

20

dist/common/http/request/kauth.d.ts

@@ -15,10 +15,8 @@ /// <reference types="node" />

name: string;
locale?: string;
extend_value?: string;
type?: number;
type: number;
extend_value: string;
}
export interface KauthCreateRoleRequest extends MarmotOptions {
name: string;
locale?: string;
extend_value?: string;
extend_value: string;
}

@@ -28,9 +26,7 @@ export interface KauthCreateRolesByPermissionsAndUsersRequest extends MarmotOptions {

name: string;
locale?: string;
extend_value?: string;
extend_value: string;
permissions: Array<{
name: string;
locale?: string;
extend_value?: string;
type?: number;
extend_value: string;
}>;

@@ -82,9 +78,7 @@ users?: Array<{

name: string;
locale?: string;
extend_value?: string;
extend_value: string;
permissions: Array<{
name: string;
locale?: string;
extend_value?: string;
type?: number;
extend_value: string;
}>;

@@ -91,0 +85,0 @@ }>;

{
"name": "kauth-sdk-node",
"version": "2.0.3",
"version": "2.0.4",
"description": "",

@@ -24,6 +24,2 @@ "main": "dist/index.js",

"license": "ISC",
"repository": {
"type": "git",
"url": "https://gitlab-ag.marmot-cloud.com/marmot/kauth-sdk-node.git"
},
"dependencies": {

@@ -30,0 +26,0 @@ "axios": "^0.19.2",

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