2.1.2 • Published 7 years ago

credstash-promise v2.1.2

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

credstash-promise

credstash client wrapper with promises and typescript types

installation

npm install credstash-promise --save

#if you don't already refer to aws-sdk, you need to add it, it is a peer dependency:
npm install aws-sdk --save

usage

var credstash = require('credstash-promise');

credstash.get('secret-name').then(function(err, secret){
  console.log(err, secret);
});
2.1.2

7 years ago

2.1.1

7 years ago

2.1.0

7 years ago

2.0.3

7 years ago

2.0.2

8 years ago

2.0.1

8 years ago

2.0.0

8 years ago

1.1.0

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago