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: socketio/engine.io-parser
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5.0.3
Choose a base ref
...
head repository: socketio/engine.io-parser
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5.0.4
Choose a head ref
  • 7 commits
  • 9 files changed
  • 2 contributors

Commits on Feb 16, 2022

  1. chore: bump ajv from 6.12.2 to 6.12.6 (#126)

    Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.2 to 6.12.6.
    - [Release notes](https://github.com/ajv-validator/ajv/releases)
    - [Commits](ajv-validator/ajv@v6.12.2...v6.12.6)
    
    ---
    updated-dependencies:
    - dependency-name: ajv
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 16, 2022
    Configuration menu
    Copy the full SHA
    2b70cee View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2022

  1. chore: bump cached-path-relative from 1.0.2 to 1.1.0 (#125)

    Bumps [cached-path-relative](https://github.com/ashaffer/cached-path-relative) from 1.0.2 to 1.1.0.
    - [Release notes](https://github.com/ashaffer/cached-path-relative/releases)
    - [Commits](https://github.com/ashaffer/cached-path-relative/commits)
    
    ---
    updated-dependencies:
    - dependency-name: cached-path-relative
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 17, 2022
    Configuration menu
    Copy the full SHA
    4952193 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2022

  1. fix(typings): update the type of RawData

    We could also split the declaration of RawData with the "browser"
    field:
    
    ```
    // for Node.js
    export type RawData = string | Buffer | ArrayBuffer | ArrayBufferView; // no Blob
    // for the browser
    export type RawData = string | ArrayBuffer | ArrayBufferView | Blob; // no Buffer
    ```
    
    But it does not seem supported by the TypeScript compiler, so we'll
    revert to just using "any" for now.
    
    Related: #128
    darrachequesne committed Apr 30, 2022
    Configuration menu
    Copy the full SHA
    039b45c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a421bbe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da182cb View commit details
    Browse the repository at this point in the history
  4. refactor: include base64-arraybuffer in the repository

    In order to reduce the number of dependencies and the attack surface in
    case of supply chain attacks.
    darrachequesne committed Apr 30, 2022
    Configuration menu
    Copy the full SHA
    bc7400a View commit details
    Browse the repository at this point in the history
  5. chore(release): 5.0.4

    darrachequesne committed Apr 30, 2022
    Configuration menu
    Copy the full SHA
    764c99f View commit details
    Browse the repository at this point in the history
Loading