-
Notifications
You must be signed in to change notification settings - Fork 68
Open
Description
Hello,
This library is not compatible with "use strict" mode. If you launch a project with:
node --use_strict --harmony myProject.js
Then, the following errors occurs:
./node_modules/bcrypt-nodejs/bCrypt.js:519
password = password + (minor >= 'a' ? "\000" : "");
^^
SyntaxError: Octal literals are not allowed in strict mode.
Would it be possible to fix this?
Thanks
Metadata
Metadata
Assignees
Labels
No labels