-
Notifications
You must be signed in to change notification settings - Fork 8
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
Switch from string-similarity to string-similarity-js as deprecated #20
base: master
Are you sure you want to change the base?
Conversation
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.
Not sure that pulling an abandoned libraries code into our codebase is a great solution here - it puts the responsibility of maintaining this (complex) code on us. The package is still working fine even though it's not maintained anymore (because it does 1 thing and it does that thing well, there is no need for it to get updated) - I don't personally see any point in doing this
I agree with aber here - I don't think copying the code into our codebase is the best thing to do. I see the following options:
|
There's an alternative - https://www.npmjs.com/package/string-similarity-js, seems good and even less code |
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.
lgtm
Awaiting Aber's review on this one as well |
This reverts commit 09c55d4. new file: package-lock.json
👀 |
and remove lock file in favor of yarn