Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: websockets/ws
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7.4.4
Choose a base ref
...
head repository: websockets/ws
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7.4.6
Choose a head ref
  • 12 commits
  • 10 files changed
  • 1 contributor

Commits on Mar 7, 2021

  1. Configuration menu
    Copy the full SHA
    d75a62e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    114de9e View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2021

  1. Configuration menu
    Copy the full SHA
    23ba6b2 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2021

  1. [fix] Fix case where abortHandshake() does not close the connection

    On Node.js >= 14.3.0 `request.abort()` does not destroy the socket if
    called after the request completed.
    
    Fixes #1869
    lpinca committed Apr 18, 2021
    Configuration menu
    Copy the full SHA
    67e25ff View commit details
    Browse the repository at this point in the history
  2. [dist] 7.4.5

    lpinca committed Apr 18, 2021
    Configuration menu
    Copy the full SHA
    f672710 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2021

  1. [ci] Do not test on node 15

    lpinca committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    587c201 View commit details
    Browse the repository at this point in the history
  2. [ci] Test on node 16

    lpinca committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    fc7e27d View commit details
    Browse the repository at this point in the history

Commits on May 4, 2021

  1. [minor] Fix nits

    lpinca committed May 4, 2021
    Configuration menu
    Copy the full SHA
    8c914d1 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2021

  1. [security] Remove reference to Node Security Project

    The Node Security Platform service no longer exists. New security
    advisories will be published to GitHub Security Advisories.
    lpinca committed May 25, 2021
    Configuration menu
    Copy the full SHA
    32e3a84 View commit details
    Browse the repository at this point in the history
  2. [lint] Fix prettier error

    lpinca committed May 25, 2021
    Configuration menu
    Copy the full SHA
    990306d View commit details
    Browse the repository at this point in the history
  3. [security] Fix ReDoS vulnerability

    A specially crafted value of the `Sec-Websocket-Protocol` header could
    be used to significantly slow down a ws server.
    
    PoC and fix were sent privately by Robert McLaughlin from University of
    California, Santa Barbara.
    lpinca committed May 25, 2021
    1 Configuration menu
    Copy the full SHA
    00c425e View commit details
    Browse the repository at this point in the history
  4. [dist] 7.4.6

    lpinca committed May 25, 2021
    Configuration menu
    Copy the full SHA
    f5297f7 View commit details
    Browse the repository at this point in the history
Loading