@trigo/keycloak-api
Advanced tools
@@ -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 @@ }); |
+5
-5
| { | ||
| "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
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
215654
0.52%