@continuoussecuritytooling/keycloak-auditor
Advanced tools
Comparing version 0.2.0 to 0.3.0
{ | ||
"name": "@continuoussecuritytooling/keycloak-auditor", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"description": "Auditing Tools for Keycloak", | ||
@@ -10,3 +10,5 @@ "typings": "dist/index.d.ts", | ||
"build": "tsc", | ||
"test": "eslint . && jest" | ||
"test": "eslint . && jest", | ||
"end2end:start-server": ".bin/start-server.mjs -Dkeycloak.profile.feature.account_api=disabled -Dkeycloak.profile.feature.account2=disabled -Dkeycloak.migration.action=import -Dkeycloak.migration.provider=singleFile -Dkeycloak.migration.file=e2e/fixtures/auth-utils/test-realm.json -Dkeycloak.migration.strategy=OVERWRITE_EXISTING", | ||
"end2end:test": "node e2e/spec/users.js" | ||
}, | ||
@@ -23,12 +25,15 @@ "repository": { | ||
"homepage": "https://github.com/ContinuousSecurityTooling/keycloak-auditor#readme", | ||
"dependencies": { | ||
}, | ||
"devDependencies": { | ||
"@octokit/rest": "^20.0.2", | ||
"@types/jest": "^29.5.1", | ||
"@types/node": "^20.1.5", | ||
"@typescript-eslint/eslint-plugin": "^5.59.6", | ||
"@typescript-eslint/parser": "^5.59.6", | ||
"@typescript-eslint/eslint-plugin": "^6.0.0", | ||
"@typescript-eslint/parser": "^6.0.0", | ||
"eslint": "^8.40.0", | ||
"gunzip-maybe": "^1.4.2", | ||
"jest": "^29.5.0", | ||
"jest-extended": "^4.0.0", | ||
"node-fetch": "^3.3.2", | ||
"tape": "^5.7.0", | ||
"tar-fs": "^3.0.4", | ||
"ts-jest": "^29.1.0", | ||
@@ -35,0 +40,0 @@ "typescript": "^5.0.4" |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
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
82214
12
2111
14
2
6