Mark Amery
Mark Amery
GitHub hasn't supported the git protocol [since 2022](https://github.blog/security/application-security/improving-git-protocol-security-github/#no-more-unauthenticated-git), so this URL is broken. (This is a common error affecting many popular npm packages; I'm opening PRs on several projects to...
Namely, [this regex](https://github.com/kpdecker/jsdiff/blob/v8.0.2/src/patch/parse.ts#L45)... ``` /^(Index:\s|diff\s|---\s|\+\+\+\s|===================================================================)/ ``` ... and [this regex](https://github.com/kpdecker/jsdiff/blob/v8.0.2/src/patch/parse.ts#L27): ``` /^(?:Index:|diff(?: -r \w+)+)\s+(.+?)\s*$/ ``` In the former, `diff bla` matches; in the latter, it does not. This surely has...
GitHub hasn't supported the git protocol [since 2022](https://github.blog/security/application-security/improving-git-protocol-security-github/#no-more-unauthenticated-git), so this URL is broken. (This is a common error affecting many popular npm packages; I'm opening PRs on several projects to...
GitHub hasn't supported the git protocol [since 2022](https://github.blog/security/application-security/improving-git-protocol-security-github/#no-more-unauthenticated-git), so this URL is broken. (This is a common error affecting many popular npm packages; I'm opening PRs on several projects to...