-
Notifications
You must be signed in to change notification settings - Fork 532
Comparing changes
Open a pull request
base repository: kelektiv/node.bcrypt.js
base: 054cf76ba6e2127560ed897d00b5b88d11dc5626
head repository: kelektiv/node.bcrypt.js
compare: ab026b202f3dfea2b3d301868a45c25a6a2b8348
Commits on Sep 7, 2017
-
fix typo: compilant => compliant
Bohdan Levantovych committedSep 7, 2017 Configuration menu - View commit details
-
Copy full SHA for 5fbc8ec - Browse repository at this point
Copy the full SHA 5fbc8ecView commit details
Commits on Sep 14, 2017
-
Merge pull request #542 from bodya17/master
fix typo: compilant => compliant
Configuration menu - View commit details
-
Copy full SHA for 7d53afa - Browse repository at this point
Copy the full SHA 7d53afaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6746a04 - Browse repository at this point
Copy the full SHA 6746a04View commit details -
Configuration menu - View commit details
-
Copy full SHA for ebb7417 - Browse repository at this point
Copy the full SHA ebb7417View commit details -
Configuration menu - View commit details
-
Copy full SHA for f3a34bd - Browse repository at this point
Copy the full SHA f3a34bdView commit details
Commits on Sep 23, 2017
-
Merge pull request #545 from agathver/test-improvements
Improve test cases
Configuration menu - View commit details
-
Copy full SHA for 7914916 - Browse repository at this point
Copy the full SHA 7914916View commit details -
Merge pull request #539 from tonylukasavage/issue-538
preserve stack traces on async error callbacks
Configuration menu - View commit details
-
Copy full SHA for 99e2a09 - Browse repository at this point
Copy the full SHA 99e2a09View commit details
Commits on Oct 1, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 9540ed0 - Browse repository at this point
Copy the full SHA 9540ed0View commit details
Commits on Oct 21, 2017
-
Merge pull request #550 from agathver/drop-old-node
Remove support for NodeJS < 4
Configuration menu - View commit details
-
Copy full SHA for 90d438b - Browse repository at this point
Copy the full SHA 90d438bView commit details
Commits on Nov 1, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 7b928fb - Browse repository at this point
Copy the full SHA 7b928fbView commit details
Commits on Dec 8, 2017
-
Configuration menu - View commit details
-
Copy full SHA for d1cb91d - Browse repository at this point
Copy the full SHA d1cb91dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 096a34f - Browse repository at this point
Copy the full SHA 096a34fView commit details
Commits on Dec 21, 2017
-
README: comparisons resist timing attacks
Clarify in README that the comparisons resist timing attacks. This fixes issue #563.
Configuration menu - View commit details
-
Copy full SHA for f2bec20 - Browse repository at this point
Copy the full SHA f2bec20View commit details
Commits on Dec 29, 2017
-
Merge pull request #564 from david-a-wheeler/readme-timing
README: comparisons resist timing attacks
Configuration menu - View commit details
-
Copy full SHA for 43734e3 - Browse repository at this point
Copy the full SHA 43734e3View commit details
Commits on Mar 11, 2018
-
fix: package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:hoek:20180212 Latest report for kelektiv/node.bcrypt.js: https://snyk.io/test/github/kelektiv/node.bcrypt.js
Configuration menu - View commit details
-
Copy full SHA for 1da0f44 - Browse repository at this point
Copy the full SHA 1da0f44View commit details
Commits on Mar 15, 2018
-
Merge pull request #584 from kelektiv/snyk-fix-bc668290
[Snyk Update] New fixes for 8 vulnerable dependency paths
Configuration menu - View commit details
-
Copy full SHA for 88590ea - Browse repository at this point
Copy the full SHA 88590eaView commit details -
Starting with Nan 2.9.0, we have the ability to propagate async context across async hops. Certain variants of Nan::Callback::Call are now deprecated to encourage context preserving. Here's a simple patch that fixes the deprecation warnings and properly propagates the async context across the async APIs exposed by this module. For more information see [1], [2]. [1]: https://github.com/nodejs/nan/blob/HEAD/doc/node_misc.md#nanasyncresource. [2]: https://nodejs.org/dist/latest-v9.x/docs/api/async_hooks.html#async_hooks_javascript_embedder_api
Configuration menu - View commit details
-
Copy full SHA for 6a79eaf - Browse repository at this point
Copy the full SHA 6a79eafView commit details -
Merge pull request #583 from ofrobots/async-resource
fix: propagate async context
Configuration menu - View commit details
-
Copy full SHA for e8cde51 - Browse repository at this point
Copy the full SHA e8cde51View commit details -
2
Configuration menu - View commit details
-
Copy full SHA for 4c44f20 - Browse repository at this point
Copy the full SHA 4c44f20View commit details
Commits on Mar 16, 2018
-
Merge pull request #549 from agathver/2b-hashes
Add support for 2b hashes
Configuration menu - View commit details
-
Copy full SHA for 0ea1b36 - Browse repository at this point
Copy the full SHA 0ea1b36View commit details
Commits on Apr 4, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 2d45be1 - Browse repository at this point
Copy the full SHA 2d45be1View commit details
Commits on Apr 6, 2018
-
Merge pull request #587 from agathver/hash-version-support
Allow to choose bcrypt minor version
Configuration menu - View commit details
-
Copy full SHA for aac593c - Browse repository at this point
Copy the full SHA aac593cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a9ab45 - Browse repository at this point
Copy the full SHA 9a9ab45View commit details -
install and use any-promise (#504)
* export a use function from lib/promises closes #478 the `use` function can be used to change the promise implementation that is used by the library
Configuration menu - View commit details
-
Copy full SHA for dab435e - Browse repository at this point
Copy the full SHA dab435eView commit details -
Merge pull request #589 from agathver/libc-aware
Make binaries libc aware
Configuration menu - View commit details
-
Copy full SHA for f00d4b8 - Browse repository at this point
Copy the full SHA f00d4b8View commit details
Commits on Apr 7, 2018
-
Configuration menu - View commit details
-
Copy full SHA for ab026b2 - Browse repository at this point
Copy the full SHA ab026b2View commit details
There are no files selected for viewing