nest-auth-example icon indicating copy to clipboard operation
nest-auth-example copied to clipboard

refactor: wrap bcryptjs with @anzerr/bcrypt.pool

Open leosuncin opened this issue 3 years ago • 3 comments

Decrease the response time by using workers to hash the password using BCrypt

leosuncin avatar Aug 05 '22 03:08 leosuncin

package-lock.json changes

Click to toggle table visibility
Name Status Previous Current
@anzerr/bcrypt.pool ADDED - 1.0.5
@anzerr/thread.node ADDED - 1.0.11

github-actions[bot] avatar Aug 05 '22 03:08 github-actions[bot]

👇 Click on the image for a new way to code review
  • Make big changes easier — review code in small groups of related files

  • Know where to start — see the whole change at a glance

  • Take a code tour — explore the change with an interactive tour

  • Make comments and review — all fully sync’ed with github

    Try it now!

Review these changes using an interactive CodeSee Map

Legend

CodeSee Map Legend

ghost avatar Aug 05 '22 03:08 ghost

MegaLinter status: ❌ ERROR

Descriptor Linter Files Fixed Errors Elapsed time
✅ ACTION actionlint 6 0 0.06s
✅ COPYPASTE jscpd yes no 1.58s
✅ DOCKERFILE hadolint 1 0 0.1s
✅ EDITORCONFIG editorconfig-checker 85 0 0.12s
✅ JAVASCRIPT eslint 4 0 0 4.95s
✅ JAVASCRIPT prettier 5 0 0 0.9s
✅ JSON eslint-plugin-jsonc 8 0 0 2.32s
✅ JSON jsonlint 8 0 2.54s
✅ JSON prettier 8 0 0 1.25s
❌ JSON v8r 8 1 8.26s
:warning: MARKDOWN markdownlint 1 0 1 0.33s
❌ MARKDOWN markdown-link-check 1 2 23.07s
✅ MARKDOWN markdown-table-formatter 1 0 0 0.26s
❌ REPOSITORY gitleaks yes 23 4.29s
✅ REPOSITORY git_diff yes no 0.01s
✅ REPOSITORY secretlint yes no 1.03s
❌ REPOSITORY trivy yes 1 2.94s
✅ TYPESCRIPT eslint 48 0 0 5.79s
✅ TYPESCRIPT prettier 48 0 0 2.87s
✅ YAML prettier 14 1 0 1.14s
✅ YAML v8r 14 0 16.18s
✅ YAML yamllint 14 0 0.29s

See errors details in artifact MegaLinter reports on CI Job page

github-actions[bot] avatar Aug 05 '22 03:08 github-actions[bot]