4.2.1 • Published 2 years ago
@secretary/json-file-adapter v4.2.1
Secretary - JSON File Adapter
This is the JSON File adapter for Secretary
Important
This adapter does NOT use any encryption. It should NOT be used in production.
Installation
$ npm install @secretary/core @secretary/json-file-adapter
Usage
Creating the manager
import {Manager} from '@secretary/core';
import {Adapter} from '@secretary/hashicorp-vault-adapter';
const manager = new Manager({file: new Adapter({file: '../path/to/my/secrets'})});
4.0.7
2 years ago
4.2.1
2 years ago
3.0.1
6 years ago
2.0.2
6 years ago
2.0.0
6 years ago
2.0.0-alpha.3
6 years ago
2.0.0-alpha.1
6 years ago
2.0.0-alpha.0
6 years ago