mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
58d2df8856
The `nodejs-websocket` package has been replace with the `ws` package. Both provide `WebSocket` server support and both of zero transitive dependencies. However, the `ws` package has ~78 million weekly downloads and was last updated this week (as of the writing of this commit) while the `nodejs-websocket` package has ~7,600 weekly downloads and was last update 5 years ago. The `ws` package is also already a transitive dependency of the repository which allows for a reduction in the total dependency count for the repository. PR Close #53482
592 B
592 B