This repository has been archived by the owner on Jan 24, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
remove buffer-dep, replace with bufferFrom #445
Closed
Closed
Changes from 8 commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
1359335
remove buffer-dep, replace with bufferFrom
dghelm 829032e
remove package-lock.json
dghelm 486a6ec
replace randombytes usage with tweetnacl method
dghelm c8cd0cc
Merge branch 'master' into drop-buffer
kwypchlo d30265b
replace sjcl with pbkdf2
dghelm ab42e70
fix length and hash-algo
dghelm ea4dd45
Merge branch 'master' into drop-buffer
dghelm 35b9394
Merge branch 'master' into drop-buffer
kwypchlo 06e4821
Merge branch 'master' into drop-buffer
kwypchlo 2ffc356
Merge remote-tracking branch 'origin/master' into drop-buffer
kwypchlo 2ba6606
replace pbkdf2 package with async pbkdf2-hmac
kwypchlo 525315b
Merge remote-tracking branch 'origin/master' into drop-buffer
kwypchlo 1bc7aa5
fix jest-environment-jsdom import
kwypchlo ebf3a12
fix jest 27 to 28 migration issue
kwypchlo c469a1d
Merge remote-tracking branch 'origin/master' into drop-buffer
kwypchlo 9860fc7
Merge remote-tracking branch 'origin/master' into drop-buffer
kwypchlo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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 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 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 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 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As weird as it looks, having this line in this file, though unused, was preventing a bug in the browser. This should be tested before we merge it in - I can do that by running the test-skapp tests when I have time.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With latest commits, I think this is fixed.