@sensu/couch-pwd
Advanced tools
Comparing version 1.0.0 to 1.0.1
# CHANGELOG | ||
## v1.0.1 - 2017-09-19 | ||
- Restore couchdb as required service for Travis CI (@bjornstar) | ||
- Point Travis CI badge to @sensu/couch-pwd (@bjornstar) | ||
- Add more info in README (@bjornstar) | ||
## v1.0.0 - 2017-09-19 | ||
@@ -4,0 +9,0 @@ - Updated devDependencies (@bjornstar) |
{ | ||
"name": "@sensu/couch-pwd", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "CouchDB salt and password generation with PBKDF2", | ||
@@ -5,0 +5,0 @@ "scripts": { |
# couch-pwd | ||
# @sensu/couch-pwd [![Build Status](https://travis-ci.org/sen-su/couch-pwd.svg?branch=master)](https://travis-ci.org/sen-su/couch-pwd) | ||
[![Build Status](https://travis-ci.org/zeMirco/couch-pwd.svg?branch=master)](https://travis-ci.org/zeMirco/couch-pwd) | ||
## An up-to-date version of couch-pwd that is actually published. | ||
@@ -24,3 +24,3 @@ Hash and compare passwords with the crypto's pbkdf2. | ||
# Installation | ||
## Installation | ||
@@ -31,3 +31,3 @@ ```bash | ||
# Example | ||
## Example | ||
@@ -34,0 +34,0 @@ On signup generate a salt / password hash, and save it somewhere: |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4722