-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
revert: @node-rs/argon2 -> node-argon2 #4829
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This reverts part of the changes introduced in refactor: migrate from argon2 -> @node-rs/argon2 (#4733) Switching to @node-rs/argon2 introduced bugs that we couldn't solve due to limitations in npm. see here #4804 (comment)
jsjoeio
changed the title
revert: partial revert of 723469ab5bed3ba9fbb3e8d5ecbfcd9a3bee2d88
revert: @node-rs/argon2 -> node-argon2
Feb 4, 2022
Codecov Report
@@ Coverage Diff @@
## main #4829 +/- ##
==========================================
- Coverage 69.25% 69.17% -0.08%
==========================================
Files 29 29
Lines 1649 1645 -4
Branches 363 363
==========================================
- Hits 1142 1138 -4
Misses 430 430
Partials 77 77
Continue to review full report at Codecov.
|
✨ Coder.com for PR #4829 deployed! It will be updated on every commit.
|
code-asher
approved these changes
Feb 4, 2022
3 tasks
TinLe
pushed a commit
to TinLe/code-server
that referenced
this pull request
Apr 23, 2022
* revert: partial revert of 723469a This reverts part of the changes introduced in refactor: migrate from argon2 -> @node-rs/argon2 (coder#4733) Switching to @node-rs/argon2 introduced bugs that we couldn't solve due to limitations in npm. see here coder#4804 (comment)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This reverts part of the changes introduced in refactor: migrate from argon2 ->
@node-rs/argon2 (#4733)
Switching to @node-rs/argon2 introduced bugs that we couldn't solve due to
limitations in npm.
see here
#4804 (comment)
Fixes #4804