You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was using jsdiff though npm, moved my tests into a headless browser, and started using a different (inferior) diff library, because I couldn't find jsdiff in the bower package search for "diff".
Bower ranks search results in order of the number of stars on github, but since the repo used to publish jsdiff to bower is https://github.com/components/jsdiff instead of https://github.com/kpdecker/jsdiff, it shows up as 3 stars instead of 1,300+ stars and gets pushed down to the second page of results.
This issue seems to be a by product of the components framework asserting:
I think a more common pattern is to only check build in files for tagged releases, not fork the repo.
Initially I didn't think this was the same project after seeing the repo. There doesn't seem to be any documented connection to the official repository other than Kevin Decker being listed in the copyright notices.
Thanks for making jsdiff! Let me know if there is anything I can help out with.
The text was updated successfully, but these errors were encountered:
I was using
jsdiff
thoughnpm
, moved my tests into a headless browser, and started using a different (inferior) diff library, because I couldn't findjsdiff
in the bower package search for "diff".Bower ranks search results in order of the number of stars on github, but since the repo used to publish
jsdiff
to bower is https://github.com/components/jsdiff instead of https://github.com/kpdecker/jsdiff, it shows up as 3 stars instead of 1,300+ stars and gets pushed down to the second page of results.This issue seems to be a by product of the components framework asserting:
I think a more common pattern is to only check build in files for tagged releases, not fork the repo.
Initially I didn't think this was the same project after seeing the repo. There doesn't seem to be any documented connection to the official repository other than Kevin Decker being listed in the copyright notices.
Thanks for making
jsdiff
! Let me know if there is anything I can help out with.The text was updated successfully, but these errors were encountered: