Skip to content

initial implementation of vault cli#176

Open
sgaddala-ks wants to merge 22 commits into
feature-shell-sdk-support-relfrom
feature-shell-sdk-support
Open

initial implementation of vault cli#176
sgaddala-ks wants to merge 22 commits into
feature-shell-sdk-support-relfrom
feature-shell-sdk-support

Conversation

@sgaddala-ks

Copy link
Copy Markdown
Contributor

No description provided.

@socket-security

socket-security Bot commented Jun 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
Updated@​keeper-security/​keeperapi@​17.2.3 ⏵ 18.0.279 +410085 +598 +1100
Updated@​types/​node@​25.6.0 ⏵ 25.9.3100 +110081 +196100
Updatedprotobufjs@​7.6.1 ⏵ 7.6.493 +1100 +210098100
Updatedprettier@​3.8.3 ⏵ 3.8.498 +110097 +199 +1100
Updatedprotobufjs-cli@​1.3.1 ⏵ 1.3.399100 +1810097 +1100

View full report

dependabot Bot and others added 11 commits June 17, 2026 10:21
Bumps the npm_and_yarn group with 1 update in the /KeeperSdk directory: [form-data](https://github.com/form-data/form-data).
Bumps the npm_and_yarn group with 1 update in the /examples/print-vault-node directory: [form-data](https://github.com/form-data/form-data).
Bumps the npm_and_yarn group with 1 update in the /examples/sdk_example directory: [form-data](https://github.com/form-data/form-data).
Bumps the npm_and_yarn group with 3 updates in the /keeperapi directory: [form-data](https://github.com/form-data/form-data), [protobufjs-cli](https://github.com/protobufjs/protobuf.js) and [markdown-it](https://github.com/markdown-it/markdown-it).


Updates `form-data` from 4.0.5 to 4.0.6
- [Release notes](https://github.com/form-data/form-data/releases)
- [Changelog](https://github.com/form-data/form-data/blob/master/CHANGELOG.md)
- [Commits](form-data/form-data@v4.0.5...v4.0.6)

Updates `form-data` from 4.0.5 to 4.0.6
- [Release notes](https://github.com/form-data/form-data/releases)
- [Changelog](https://github.com/form-data/form-data/blob/master/CHANGELOG.md)
- [Commits](form-data/form-data@v4.0.5...v4.0.6)

Updates `form-data` from 4.0.5 to 4.0.6
- [Release notes](https://github.com/form-data/form-data/releases)
- [Changelog](https://github.com/form-data/form-data/blob/master/CHANGELOG.md)
- [Commits](form-data/form-data@v4.0.5...v4.0.6)

Updates `form-data` from 4.0.4 to 4.0.6
- [Release notes](https://github.com/form-data/form-data/releases)
- [Changelog](https://github.com/form-data/form-data/blob/master/CHANGELOG.md)
- [Commits](form-data/form-data@v4.0.5...v4.0.6)

Updates `protobufjs-cli` from 1.3.1 to 1.3.3
- [Release notes](https://github.com/protobufjs/protobuf.js/releases)
- [Changelog](https://github.com/protobufjs/protobuf.js/blob/master/CHANGELOG.md)
- [Commits](protobufjs/protobuf.js@protobufjs-cli-v1.3.1...protobufjs-cli-v1.3.3)

Updates `markdown-it` from 12.3.2 to 14.2.0
- [Changelog](https://github.com/markdown-it/markdown-it/blob/master/CHANGELOG.md)
- [Commits](markdown-it/markdown-it@12.3.2...14.2.0)

---
updated-dependencies:
- dependency-name: form-data
  dependency-version: 4.0.6
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: form-data
  dependency-version: 4.0.6
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: form-data
  dependency-version: 4.0.6
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: form-data
  dependency-version: 4.0.6
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: protobufjs-cli
  dependency-version: 1.3.3
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: markdown-it
  dependency-version: 14.2.0
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…-age to keeperapi

Switch all CI workflows from npm install/npm i to npm ci for reproducible,
lock-file-enforced installs. Add min-release-age=3 to keeperapi/.npmrc to
prevent installing packages published less than 3 days ago.
* Removed leading slashes from the rest messages

* v17.3.1

* Added the engines field in the package.json

* v18.0.0
…by downstream bundlers (#181)

proto.js is 16.1 MB unminified. With a monolithic ES bundle, any keeperapi
import pulled in the full file. preserveModules outputs one file per source
module so webpack can exclude proto.js entirely from bundles that don't use
protobuf (e.g. tabWorker: 16 MB → 42 KB, browser action: eliminated as an
async chunk). sideEffects lists configureProtobuf so it is never dropped.
…#171)

* use logger for KA socket

* router socket

* listener
* Added a new workflow to generate a PR for protobuf change

* temp change to force-trigger the action

* update-proto workflow triggers on main push, add README docs

* format update

* Removed the on-push trigger in the update-protobuf workflow
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@datadog-keeper-security

datadog-keeper-security Bot commented Jun 29, 2026

Copy link
Copy Markdown

Pipelines

⚠️ Warnings

🚦 1 Pipeline job failed

Audit | Audit Project   View in Datadog   GitHub Actions

This comment will be updated automatically if new data arrives.
🔗 Commit SHA: 2bb236b | Docs | Give us feedback!

tylerccarson and others added 8 commits June 29, 2026 09:46
…ing (#190)

Also adds --no-verify --no-delimited to the generate-proto.mjs pbjs invocation,
removing ~848 KB of minified dead code from the generated ES modules.
Bumps the npm_and_yarn group with 1 update in the /KeeperSdk directory: [form-data](https://github.com/form-data/form-data).
Bumps the npm_and_yarn group with 1 update in the /examples/print-vault-node directory: [form-data](https://github.com/form-data/form-data).
Bumps the npm_and_yarn group with 1 update in the /examples/sdk_example directory: [form-data](https://github.com/form-data/form-data).
Bumps the npm_and_yarn group with 3 updates in the /keeperapi directory: [form-data](https://github.com/form-data/form-data), [protobufjs-cli](https://github.com/protobufjs/protobuf.js) and [markdown-it](https://github.com/markdown-it/markdown-it).

Updates `form-data` from 4.0.5 to 4.0.6
- [Release notes](https://github.com/form-data/form-data/releases)
- [Changelog](https://github.com/form-data/form-data/blob/master/CHANGELOG.md)
- [Commits](form-data/form-data@v4.0.5...v4.0.6)

Updates `form-data` from 4.0.5 to 4.0.6
- [Release notes](https://github.com/form-data/form-data/releases)
- [Changelog](https://github.com/form-data/form-data/blob/master/CHANGELOG.md)
- [Commits](form-data/form-data@v4.0.5...v4.0.6)

Updates `form-data` from 4.0.5 to 4.0.6
- [Release notes](https://github.com/form-data/form-data/releases)
- [Changelog](https://github.com/form-data/form-data/blob/master/CHANGELOG.md)
- [Commits](form-data/form-data@v4.0.5...v4.0.6)

Updates `form-data` from 4.0.4 to 4.0.6
- [Release notes](https://github.com/form-data/form-data/releases)
- [Changelog](https://github.com/form-data/form-data/blob/master/CHANGELOG.md)
- [Commits](form-data/form-data@v4.0.5...v4.0.6)

Updates `protobufjs-cli` from 1.3.1 to 1.3.3
- [Release notes](https://github.com/protobufjs/protobuf.js/releases)
- [Changelog](https://github.com/protobufjs/protobuf.js/blob/master/CHANGELOG.md)
- [Commits](protobufjs/protobuf.js@protobufjs-cli-v1.3.1...protobufjs-cli-v1.3.3)

Updates `markdown-it` from 12.3.2 to 14.2.0
- [Changelog](https://github.com/markdown-it/markdown-it/blob/master/CHANGELOG.md)
- [Commits](markdown-it/markdown-it@12.3.2...14.2.0)

---
updated-dependencies:
- dependency-name: form-data
  dependency-version: 4.0.6
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: form-data
  dependency-version: 4.0.6
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: form-data
  dependency-version: 4.0.6
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: form-data
  dependency-version: 4.0.6
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: protobufjs-cli
  dependency-version: 1.3.3
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: markdown-it
  dependency-version: 14.2.0
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…-age to keeperapi

Switch all CI workflows from npm install/npm i to npm ci for reproducible,
lock-file-enforced installs. Add min-release-age=3 to keeperapi/.npmrc to
prevent installing packages published less than 3 days ago.
* Removed leading slashes from the rest messages

* v17.3.1

* Added the engines field in the package.json

* v18.0.0
…by downstream bundlers (#181)

proto.js is 16.1 MB unminified. With a monolithic ES bundle, any keeperapi
import pulled in the full file. preserveModules outputs one file per source
module so webpack can exclude proto.js entirely from bundles that don't use
protobuf (e.g. tabWorker: 16 MB → 42 KB, browser action: eliminated as an
async chunk). sideEffects lists configureProtobuf so it is never dropped.
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.

5 participants