node-web-streams icon indicating copy to clipboard operation
node-web-streams copied to clipboard

dependency on outdated polyfill fork

Open isonmad opened this issue 8 years ago • 1 comments

"web-streams-polyfill": "git://github.com/gwicke/web-streams-polyfill#spec_performance_improvements"

The forked spec_performance_improvements branch is incredibly outdated and hasn't been touched in months. The upstream web-streams-polyfill repo that it was forked from is caught up with the massive spec changes since July and would probably make a better dependency.

isonmad avatar Dec 21 '16 19:12 isonmad

The project seems quite unmaintained but just for history sake, this will no longer work with git

See

  • https://github.com/vercel/vercel/discussions/7586
  • https://github.blog/2021-09-01-improving-git-protocol-security-github

Example

Arguments: ls-remote --tags --heads git://github.com/gwicke/web-streams-polyfill
fatal: remote error:
The unauthenticated git protocol on port 9418 is no longer supported.
Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information.

paul-vd avatar Mar 21 '22 16:03 paul-vd