-
#835 (minor) - Add
varlock keychaincommands to manage macOS Keychain-backed secrets. -
#830 (patch)
Improvedauditandinitenv var scanning in monorepos:- Scanning no longer descends into child packages — any subdirectory with its own
package.jsonor.env.schemais treated as a separate package and skipped. This fixes spurious results and makes scanning much faster. - Pure execution-environment plumbing (
PATH,HOME,SHELL,NODE_OPTIONS,npm_*, etc.) is no longer reported as "missing in schema" byaudit, nor added to inferred schemas byinit. App-meaningful vars likeNODE_ENVand CI variables are still reported.
- Scanning no longer descends into child packages — any subdirectory with its own
Published to
- ✅ npm