-
Notifications
You must be signed in to change notification settings - Fork 356
Comparing changes
Open a pull request
base repository: socketio/engine.io-client
base: 6.2.3
head repository: socketio/engine.io-client
compare: 6.3.0
- 12 commits
- 44 files changed
- 3 contributors
Commits on Dec 9, 2022
-
feat: add the "addTrailingSlash" option (#694)
The "addTrailingSlash" option allows to control whether a trailing slash is added to the path of the HTTP requests created by the library: - true (default): "/engine.io/" - false: "/engine.io" Related: socketio/socket.io-client#1550 Signed-off-by: iifawzi <iifawzie@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 21a6e12 - Browse repository at this point
Copy the full SHA 21a6e12View commit details -
Configuration menu - View commit details
-
Copy full SHA for 824ab4c - Browse repository at this point
Copy the full SHA 824ab4cView commit details
Commits on Dec 13, 2022
-
ci: temporarily disable browser tests
The tests are in failure since the 13th November, without any logs from Saucelabs, so we temporarily disable them until further investigation. See: https://github.com/socketio/engine.io-client/actions/runs/3453198221
Configuration menu - View commit details
-
Copy full SHA for 6565c8e - Browse repository at this point
Copy the full SHA 6565c8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 721837c - Browse repository at this point
Copy the full SHA 721837cView commit details -
refactor: bump prettier to version 2.8.1
This major bump creates a lot of noise, but it is necessary for prettier to be able to parse new syntax such as: - typed imports: `import { type xxx } from ...` - private attributes: `class A { #b; #c() {} }`
Configuration menu - View commit details
-
Copy full SHA for 528a61f - Browse repository at this point
Copy the full SHA 528a61fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ddcb82 - Browse repository at this point
Copy the full SHA 2ddcb82View commit details
Commits on Dec 14, 2022
-
Note: `readyState` and `writeBuffer` are set to public, as they might be useful for the end user.
Configuration menu - View commit details
-
Copy full SHA for ec5a596 - Browse repository at this point
Copy the full SHA ec5a596View commit details -
refactor: remove unused option
This option was added by error during the TypeScript migration. Related: 587ccf3
Configuration menu - View commit details
-
Copy full SHA for 1eaeeec - Browse repository at this point
Copy the full SHA 1eaeeecView commit details -
Configuration menu - View commit details
-
Copy full SHA for ed6d016 - Browse repository at this point
Copy the full SHA ed6d016View commit details
Commits on Jan 9, 2023
-
fix: properly parse relative URL with a "@" character
A query parameter with a "@" character could be incorrectly parsed. Example: "/foo?bar=@example.com" => host: example.com The parse() method is also used in the `socket.io-client` package, to extract the namespace and the query parameters. Notes: - this bug does not seem exploitable, as an attacker would need to inject the query parameter in the code executed by the client. - we might use the URL object in the next major version, but that means dropping support for some platforms such as IE Reference: https://caniuse.com/url Thanks to Li Jiantao of STAR Labs (@starlabs_sg) for the responsible disclosure.
Configuration menu - View commit details
-
Copy full SHA for 12b7d78 - Browse repository at this point
Copy the full SHA 12b7d78View commit details
Commits on Jan 10, 2023
-
fix: use explicit context for setTimeout function (#699)
In order to fix "Illegal invocation" errors that happen on some platforms.
Configuration menu - View commit details
-
Copy full SHA for 047f420 - Browse repository at this point
Copy the full SHA 047f420View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2b39b6 - Browse repository at this point
Copy the full SHA e2b39b6View 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 6.2.3...6.3.0