Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
latest
gnomejs/sdkWorks with
•JSR Score100%•This package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers




Downloads1/wk
•Publisheda year ago (0.2.0)
The secrets module provides a secret generator, a secret masker, a Vault interface, and two vault implementations: json and memory.
{ "name": "@gnome/secrets", "version": "0.2.0", "exports": { ".": "./src/mod.ts", "./generator": "./src/generator.ts", "./masker": "./src/masker.ts", "./json-vault": "./src/json_vault.ts", "./memory-vault": "./src/memory_vault.ts", "./vault-utils": "./src/vault.ts" }, "publish": { "include": [ "src/mod.ts", "src/generator.ts", "src/masker.ts", "src/vault.ts", "src/json_vault.ts", "src/memory_vault.ts", "README.md", "LICENSE.md", "deno.json" ] } }