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

Commits on Jun 19, 2023

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

Commits on Jun 22, 2023

  1. refactor: export the isPacketValid() method

    So that any custom parser does not have to implement their own.
    
    Reference: https://socket.io/docs/v4/custom-parser/
    darrachequesne committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    0eecad9 View commit details
    Browse the repository at this point in the history
  2. refactor: expose the ESM build with debug

    So that debug logs can be printed with vite:
    
    ```js
    import { defineConfig } from 'vite'
    import react from '@vitejs/plugin-react'
    
    export default defineConfig({
      plugins: [react()],
      server: {
        port: 4000
      },
      resolve: {
        conditions: ["development"]
      }
    })
    ```
    
    Related: socketio/socket.io-client@781d753
    darrachequesne committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    7594aa4 View commit details
    Browse the repository at this point in the history
  3. chore: add security policy (#124)

    bitcoinfinancier authored and darrachequesne committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    2d8b159 View commit details
    Browse the repository at this point in the history
  4. chore: bump decode-uri-component from 0.2.0 to 0.2.2 (#119)

    Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
    - [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
    - [Commits](SamVerschueren/decode-uri-component@v0.2.0...v0.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: decode-uri-component
      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 Jun 22, 2023
    Configuration menu
    Copy the full SHA
    0216188 View commit details
    Browse the repository at this point in the history
  5. chore: bump json5 from 2.1.3 to 2.2.3 (#120)

    Bumps [json5](https://github.com/json5/json5) from 2.1.3 to 2.2.3.
    - [Release notes](https://github.com/json5/json5/releases)
    - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
    - [Commits](json5/json5@v2.1.3...v2.2.3)
    
    ---
    updated-dependencies:
    - dependency-name: json5
      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 Jun 22, 2023
    Configuration menu
    Copy the full SHA
    87236ba View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. chore: bump @babel/traverse from 7.9.6 to 7.23.2 (#126)

    Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.9.6 to 7.23.2.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)
    
    ---
    updated-dependencies:
    - dependency-name: "@babel/traverse"
      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 Oct 23, 2023
    Configuration menu
    Copy the full SHA
    9228596 View commit details
    Browse the repository at this point in the history
  2. ci: bump appiumVersion for Android tests in SauceLabs

    > Error: Appium 1.22.1 does not support Android latest.
    darrachequesne committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    9f76ea2 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    5662ab0 View commit details
    Browse the repository at this point in the history
Loading