Skip to content

v0.0.1

Choose a tag to compare

@AndrewBarba AndrewBarba released this 08 Sep 15:12
· 3 commits to main since this release
v0.0.1
c4e7a19

Initial release of just-secrets: native OS secret storage for Node.js 24+, with zero npm dependencies.

  • Asynchronous get, set, and delete with object and positional arguments.
  • macOS Keychain, Linux Secret Service, and Windows Credential Manager support.
  • TypeScript declarations and ESM/CommonJS imports.
  • No file fallback; secret input travels through pipes, not command-line arguments.

All five CI runners passed, including native credential-store integration on each supported OS.

Install with npm install just-secrets.

Published on npm: https://www.npmjs.com/package/just-secrets/v/0.0.1