Skip to content

Commit 3e976b6

Browse files
authored
Merge pull request #2 from wegolook/node-6-support
Node 6 support
2 parents f7ed83d + 3b2989e commit 3e976b6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
This is a port of the [Drupal 7 password hashing algorithms](https://github.com/drupal/drupal/blob/7.x/includes/password.inc) developed by [WeGoLook](https://www.wegolook.com).
44

5+
For Node 6 support, use version 1.0.3 or higher.
6+
57
## Usage
68

79
### Check existing password

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "drupal-hash",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "JavaScript implementation of the hashing algorithm used in Drupal",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)