v0.0.1
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