-
Notifications
You must be signed in to change notification settings - Fork 106
Comparing changes
Open a pull request
base repository: socketio/socket.io-parser
base: 4.2.4
head repository: socketio/socket.io-parser
compare: main
- 9 commits
- 27 files changed
- 3 contributors
Commits on Jun 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 887396d - Browse repository at this point
Copy the full SHA 887396dView commit details
Commits on Jun 22, 2023
-
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/
Configuration menu - View commit details
-
Copy full SHA for 0eecad9 - Browse repository at this point
Copy the full SHA 0eecad9View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 7594aa4 - Browse repository at this point
Copy the full SHA 7594aa4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d8b159 - Browse repository at this point
Copy the full SHA 2d8b159View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 0216188 - Browse repository at this point
Copy the full SHA 0216188View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 87236ba - Browse repository at this point
Copy the full SHA 87236baView commit details
Commits on Oct 23, 2023
-
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>
Configuration menu - View commit details
-
Copy full SHA for 9228596 - Browse repository at this point
Copy the full SHA 9228596View commit details -
ci: bump appiumVersion for Android tests in SauceLabs
> Error: Appium 1.22.1 does not support Android latest.
Configuration menu - View commit details
-
Copy full SHA for 9f76ea2 - Browse repository at this point
Copy the full SHA 9f76ea2View commit details
Commits on Jul 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5662ab0 - Browse repository at this point
Copy the full SHA 5662ab0View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 4.2.4...main