-
-
Notifications
You must be signed in to change notification settings - Fork 750
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.idea dir in node package #30
Milestone
Comments
I know. I added a local .npmignore to all packages so it should be gone with the next release. It's a little annoying that NPM doesn't look at the global .gitignore and doesn't seem to work with a global .npmignore. |
daffl
added a commit
that referenced
this issue
Aug 22, 2018
daffl
added a commit
that referenced
this issue
Aug 23, 2018
daffl
pushed a commit
that referenced
this issue
Aug 25, 2018
daffl
added a commit
that referenced
this issue
Aug 28, 2018
daffl
pushed a commit
that referenced
this issue
Aug 28, 2018
…#30) * Increase bcrypt default cost function; add auto-increase - Increases default bcrypt cost factor to 12 - Increases bcrypt cost factor +1 automatically every 1.5 years from 1/1/17 to maintain cost increases without needing updates * Force 0 multiplier in case of negative floor due to pre-1/1/17 clock skew * Move bcrypt constants to header per @daffl
daffl
pushed a commit
that referenced
this issue
Aug 29, 2018
daffl
added a commit
that referenced
this issue
Aug 29, 2018
daffl
pushed a commit
that referenced
this issue
Aug 29, 2018
hashPassword: Async bcrypt usage needs a promise
daffl
added a commit
that referenced
this issue
Aug 29, 2018
daffl
pushed a commit
that referenced
this issue
Aug 29, 2018
…#30) * Increase bcrypt default cost function; add auto-increase - Increases default bcrypt cost factor to 12 - Increases bcrypt cost factor +1 automatically every 1.5 years from 1/1/17 to maintain cost increases without needing updates * Force 0 multiplier in case of negative floor due to pre-1/1/17 clock skew * Move bcrypt constants to header per @daffl
daffl
pushed a commit
that referenced
this issue
Aug 29, 2018
daffl
added a commit
that referenced
this issue
Aug 29, 2018
daffl
pushed a commit
that referenced
this issue
Aug 29, 2018
hashPassword: Async bcrypt usage needs a promise
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue with a link to this issue for related bugs. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
there is an .idea dir in node package.
The text was updated successfully, but these errors were encountered: