Skip to content

Added pam rest message and protobuf dependency for sdk. - #240

Open
ukumar-ks wants to merge 2 commits into
mainfrom
pam-gate-and-config-rest-message
Open

Added pam rest message and protobuf dependency for sdk.#240
ukumar-ks wants to merge 2 commits into
mainfrom
pam-gate-and-config-rest-message

Conversation

@ukumar-ks

Copy link
Copy Markdown
Contributor

No description provided.

@socket-security

socket-security Bot commented Aug 17, 2026

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Addedprotobufjs@​7.6.59310010096100

View full report

Comment thread keeperapi/src/restMessages.ts Outdated
export const removeControllerMessage = (
data: PAM.IPAMGenericUidRequest
): RestMessage<PAM.IPAMGenericUidRequest, PAM.IPAMRemoveControllerResponse> =>
createMessage(data, 'pam/remove_controller', PAM.PAMGenericUidRequest, PAM.PAMRemoveControllerResponse)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mismatch / typos with the request type here-- it's actually plural, so PamGenericUidsRequest

https://keeper.atlassian.net/wiki/x/VQBorg

Comment thread KeeperSdk/package.json
"@keeper-security/keeperapi": "18.1.0",
"ts-node": "^10.7.0",
"asmcrypto.js": "^2.3.2",
"protobufjs": "^7.6.5",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

curious why you need to add protobufjs as an explicit dependency here-- keeperapi already implicitly installs it as a dependency of KeeperSdk

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In KeeperApi 'protobufjs' is only in devDependencies, so it isn’t installed for consumers, causing KeeperSdk and SDK examples to fail with Cannot find module 'protobufjs/minimal'.

@ukumar-ks ukumar-ks changed the title Addedpam rest message and protobuf dependency for sdk. (#239) Added pam rest message and protobuf dependency for sdk. Aug 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants