Skip to content

Releases: 92green/node-sops

0.3.0 - Add `readValueAtPathFromFile` and `readValueAtPathFromData` functions

04 Jun 05:51
Compare
Choose a tag to compare
  • adds two new functions to allow configuration to be read without adding to environment
    • readValueAtPathFromFile(filePath: string) => (path[]): Promise<*>
    • readValueFromPath(path: string[], data: Sop, decryptKey: ?Buffer) => Promise<*>