2.1.2 • Published 9 years ago

credstash-promise v2.1.2

Weekly downloads
4
License
MIT
Repository
github
Last release
9 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

9 years ago

2.1.1

9 years ago

2.1.0

9 years ago

2.0.3

9 years ago

2.0.2

10 years ago

2.0.1

10 years ago

2.0.0

10 years ago

1.1.0

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago