🚨 Latest Research:Tanstack npm Packages Compromised in Ongoing Mini Shai-Hulud Supply-Chain Attack.Learn More
Socket
Book a DemoSign in
Socket

@trigo/keycloak-api

Package Overview
Dependencies
Maintainers
3
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@trigo/keycloak-api - npm Package Compare versions

Comparing version
0.18.0
to
0.19.0
+2
-2
lib/requests/get-group-members.js

@@ -5,3 +5,3 @@ 'use strict';

module.exports = async ({realm, groupId, headers, ctx}) => {
module.exports = async ({realm, groupId, max, headers, ctx}) => {
const res = await fetchAPI({

@@ -12,3 +12,3 @@ method: 'get',

groupId
)}/members`,
)}/members${max ? `?max=${max}` : ''}`,
headers,

@@ -15,0 +15,0 @@ });

{
"name": "@trigo/keycloak-api",
"version": "0.18.0",
"version": "0.19.0",
"description": "Node.js Keycloak Admin API Wrapper",

@@ -48,4 +48,4 @@ "main": "index.js",

"chai": "^4.1.2",
"eslint": "^5.5.0",
"eslint-config-prettier": "^3.0.1",
"eslint": "^5.6.0",
"eslint-config-prettier": "^3.1.0",
"eslint-config-trigo": "^6.0.1",

@@ -55,6 +55,6 @@ "eslint-plugin-prettier": "^2.6.2",

"jsonwebtoken": "^8.3.0",
"lint-staged": "^7.2.2",
"lint-staged": "^7.3.0",
"mocha": "^5.2.0",
"nyc": "^13.0.1",
"prettier": "^1.14.2",
"prettier": "^1.14.3",
"uuid": "^3.3.2"

@@ -61,0 +61,0 @@ },

Sorry, the diff of this file is too big to display