René's URL Explorer Experiment


Title: Bump socket.io-parser and socket.io in /complete/server by dependabot[bot] · Pull Request #9 · Data-Wrangling-with-JavaScript/Chapter-12 · GitHub

Open Graph Title: Bump socket.io-parser and socket.io in /complete/server by dependabot[bot] · Pull Request #9 · Data-Wrangling-with-JavaScript/Chapter-12

X Title: Bump socket.io-parser and socket.io in /complete/server by dependabot[bot] · Pull Request #9 · Data-Wrangling-with-JavaScript/Chapter-12

Description: Bumps socket.io-parser to 3.4.2 and updates ancestor dependency socket.io. These dependencies need to be updated together. Updates socket.io-parser from 3.2.0 to 3.4.2 Release notes Sourced from socket.io-parser's releases. 3.4.1 Bug Fixes prevent DoS (OOM) via massive packets (#95) (dcb942d) Links Milestone: - Diff: 3.4.0...3.4.1 3.4.0 This release mostly contains a bump of the debug package. Links Milestone: - Diff: 3.3.0...3.4.0 3.3.2 Bug Fixes prevent DoS (OOM) via massive packets (#95) (89197a0) Links Diff: socketio/socket.io-parser@3.3.1...3.3.2 3.3.1 Links Diff: socketio/socket.io-parser@3.3.0...3.3.1 3.3.0 Bug Fixes remove any reference to the global variable (b47efb2) Links Milestone: - Diff: 3.2.0...3.3.0 Changelog Sourced from socket.io-parser's changelog. 3.4.2 (2022-11-09) Bug Fixes check the format of the index of each attachment (04d23ce) 4.2.1 (2022-06-27) Bug Fixes check the format of the index of each attachment (b5d0cb7) 4.0.5 (2022-06-27) Bug Fixes check the format of the index of each attachment (b559f05) 4.2.0 (2022-04-17) Features allow the usage of custom replacer and reviver (#112) (b08bc1a) 4.1.2 (2022-02-17) Bug Fixes allow objects with a null prototype in binary packets (#114) (7f6b262) 4.1.1 (2021-10-14) 4.1.0 (2021-10-11) ... (truncated) Commits 4b3c191 chore(release): 3.4.2 04d23ce fix: check the format of the index of each attachment 6a59237 test: add Node.js 12 and 14 in the build matrix a8130ce chore: release 3.4.1 dcb942d fix: prevent DoS (OOM) via massive packets (#95) a5d0435 test: transpile to es5 with babelify 652402a [chore] Release 3.4.0 9b3572e [chore] Bump debug to version 4.1.0 (#92) de1fd36 [docs] Fix incorrect socket.io-protocol version in Readme (#89) 0de72b9 [chore] Release 3.3.0 Additional commits viewable in compare view Updates socket.io from 2.1.0 to 2.5.0 Release notes Sourced from socket.io's releases. 2.5.0 ⚠️ WARNING ⚠️ The default value of the maxHttpBufferSize option has been decreased from 100 MB to 1 MB, in order to prevent attacks by denial of service. Security advisory: GHSA-j4f2-536g-r55m Bug Fixes fix race condition in dynamic namespaces (05e1278) ignore packet received after disconnection (22d4bdf) only set 'connected' to true after middleware execution (226cc16) prevent the socket from joining a room after disconnection (f223178) Links: Diff: socketio/socket.io@2.4.1...2.5.0 Client release: 2.5.0 engine.io version: ~3.6.0 (diff) ws version: ~7.4.2 2.4.1 This release reverts the breaking change introduced in 2.4.0 (socketio/socket.io@f78a575). If you are using Socket.IO v2, you should explicitly allow/disallow cross-origin requests: without CORS (server and client are served from the same domain): const io = require("socket.io")(httpServer, { allowRequest: (req, callback) => { callback(null, req.headers.origin === undefined); // cross-origin requests will not be allowed } }); with CORS (server and client are served from distinct domains): io.origins(["http://localhost:3000"]); // for local development io.origins(["https://example.com"]); In any case, please consider upgrading to Socket.IO v3, where this security issue is now fixed (CORS is disabled by default). Reverts fix(security): do not allow all origins by default (a169050) Links: ... (truncated) Changelog Sourced from socket.io's changelog. 2.5.0 (2022-06-26) Bug Fixes fix race condition in dynamic namespaces (05e1278) ignore packet received after disconnection (22d4bdf) only set 'connected' to true after middleware execution (226cc16) prevent the socket from joining a room after disconnection (f223178) 4.5.1 (2022-05-17) Bug Fixes forward the local flag to the adapter when using fetchSockets() (30430f0) typings: add HTTPS server to accepted types (#4351) (9b43c91) 4.5.0 (2022-04-23) Bug Fixes typings: ensure compatibility with TypeScript 3.x (#4259) (02c87a8) Features add support for catch-all listeners for outgoing packets (531104d) This is similar to onAny(), but for outgoing packets. Syntax: socket.onAnyOutgoing((event, ...args) => { console.log(event); }); broadcast and expect multiple acks (8b20457) Syntax: io.timeout(1000).emit("some-event", (err, responses) => { ... (truncated) Commits baa6804 chore(release): 2.5.0 f223178 fix: prevent the socket from joining a room after disconnection 226cc16 fix: only set 'connected' to true after middleware execution 05e1278 fix: fix race condition in dynamic namespaces 22d4bdf fix: ignore packet received after disconnection dfded53 chore: update engine.io version to 3.6.0 e6b8697 chore(release): 2.4.1 a169050 revert: fix(security): do not allow all origins by default 873fdc5 chore(release): 2.4.0 f78a575 fix(security): do not allow all origins by default Additional commits viewable in compare view Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase. Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: @dependabot rebase will rebase this PR @dependabot recreate will recreate this PR, overwriting any edits that have been made to it @dependabot merge will merge this PR after your CI passes on it @dependabot squash and merge will squash and merge this PR after your CI passes on it @dependabot cancel merge will cancel a previously requested merge and block automerging @dependabot reopen will reopen this PR if it is closed @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) @dependabot use these labels will set the current labels as the default for future PRs for this repo and language @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the Security Alerts page.

Open Graph Description: Bumps socket.io-parser to 3.4.2 and updates ancestor dependency socket.io. These dependencies need to be updated together. Updates socket.io-parser from 3.2.0 to 3.4.2 Release notes Sourced from s...

X Description: Bumps socket.io-parser to 3.4.2 and updates ancestor dependency socket.io. These dependencies need to be updated together. Updates socket.io-parser from 3.2.0 to 3.4.2 Release notes Sourced from s...

Opengraph URL: https://github.com/Data-Wrangling-with-JavaScript/Chapter-12/pull/9

X: @github

direct link

Domain: patch-diff.githubusercontent.com

route-pattern/:user_id/:repository/pull/:id/checks(.:format)
route-controllerpull_requests
route-actionchecks
fetch-noncev2:efe8dcd6-881d-0fdd-e858-3d56e10e3644
current-catalog-service-hash87dc3bc62d9b466312751bfd5f889726f4f1337bdff4e8be7da7c93d6c00a25a
request-idB0D4:93146:4DCC87:66E1A8:698E5471
html-safe-nonce4730dd5979249cf0db8cf39ccfaccffe289c00e0c51b45d5a237e4b040f49af8
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCMEQ0OjkzMTQ2OjREQ0M4Nzo2NkUxQTg6Njk4RTU0NzEiLCJ2aXNpdG9yX2lkIjoiMjcwMTA0OTc1OTgzNDAwMDQ5IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac9d59e048b9c3a480d794e0560c083690f7201a4d63e348c07f0298913e1e6920
hovercard-subject-tagpull_request:1117864655
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,checks,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/checks
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/Data-Wrangling-with-JavaScript/Chapter-12/pull/9/checks
twitter:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
og:image:altBumps socket.io-parser to 3.4.2 and updates ancestor dependency socket.io. These dependencies need to be updated together. Updates socket.io-parser from 3.2.0 to 3.4.2 Release notes Sourced from s...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None0e08b85f0035d49bc4c22868f70a4d30fb8c2a777936895c37e78df095242ddc
turbo-cache-controlno-preview
go-importgithub.com/Data-Wrangling-with-JavaScript/Chapter-12 git https://github.com/Data-Wrangling-with-JavaScript/Chapter-12.git
octolytics-dimension-user_id26530279
octolytics-dimension-user_loginData-Wrangling-with-JavaScript
octolytics-dimension-repository_id127697577
octolytics-dimension-repository_nwoData-Wrangling-with-JavaScript/Chapter-12
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id127697577
octolytics-dimension-repository_network_root_nwoData-Wrangling-with-JavaScript/Chapter-12
turbo-body-classeslogged-out env-production page-responsive full-width full-width-p-0
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release9416d07f3607b074b276ccc81546278f89608a08
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/Data-Wrangling-with-JavaScript/Chapter-12/pull/9/checks#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2FData-Wrangling-with-JavaScript%2FChapter-12%2Fpull%2F9%2Fchecks
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2FData-Wrangling-with-JavaScript%2FChapter-12%2Fpull%2F9%2Fchecks
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Fchecks&source=header-repo&source_repo=Data-Wrangling-with-JavaScript%2FChapter-12
Reloadhttps://patch-diff.githubusercontent.com/Data-Wrangling-with-JavaScript/Chapter-12/pull/9/checks
Reloadhttps://patch-diff.githubusercontent.com/Data-Wrangling-with-JavaScript/Chapter-12/pull/9/checks
Reloadhttps://patch-diff.githubusercontent.com/Data-Wrangling-with-JavaScript/Chapter-12/pull/9/checks
Data-Wrangling-with-JavaScript https://patch-diff.githubusercontent.com/Data-Wrangling-with-JavaScript
Chapter-12https://patch-diff.githubusercontent.com/Data-Wrangling-with-JavaScript/Chapter-12
Please reload this pagehttps://patch-diff.githubusercontent.com/Data-Wrangling-with-JavaScript/Chapter-12/pull/9/checks
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2FData-Wrangling-with-JavaScript%2FChapter-12
Fork 0 https://patch-diff.githubusercontent.com/login?return_to=%2FData-Wrangling-with-JavaScript%2FChapter-12
Star 2 https://patch-diff.githubusercontent.com/login?return_to=%2FData-Wrangling-with-JavaScript%2FChapter-12
Code https://patch-diff.githubusercontent.com/Data-Wrangling-with-JavaScript/Chapter-12
Issues 0 https://patch-diff.githubusercontent.com/Data-Wrangling-with-JavaScript/Chapter-12/issues
Pull requests 11 https://patch-diff.githubusercontent.com/Data-Wrangling-with-JavaScript/Chapter-12/pulls
Actions https://patch-diff.githubusercontent.com/Data-Wrangling-with-JavaScript/Chapter-12/actions
Projects 0 https://patch-diff.githubusercontent.com/Data-Wrangling-with-JavaScript/Chapter-12/projects
Security 0 https://patch-diff.githubusercontent.com/Data-Wrangling-with-JavaScript/Chapter-12/security
Insights https://patch-diff.githubusercontent.com/Data-Wrangling-with-JavaScript/Chapter-12/pulse
Code https://patch-diff.githubusercontent.com/Data-Wrangling-with-JavaScript/Chapter-12
Issues https://patch-diff.githubusercontent.com/Data-Wrangling-with-JavaScript/Chapter-12/issues
Pull requests https://patch-diff.githubusercontent.com/Data-Wrangling-with-JavaScript/Chapter-12/pulls
Actions https://patch-diff.githubusercontent.com/Data-Wrangling-with-JavaScript/Chapter-12/actions
Projects https://patch-diff.githubusercontent.com/Data-Wrangling-with-JavaScript/Chapter-12/projects
Security https://patch-diff.githubusercontent.com/Data-Wrangling-with-JavaScript/Chapter-12/security
Insights https://patch-diff.githubusercontent.com/Data-Wrangling-with-JavaScript/Chapter-12/pulse
Sign up for GitHub https://patch-diff.githubusercontent.com/signup?return_to=%2FData-Wrangling-with-JavaScript%2FChapter-12%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://patch-diff.githubusercontent.com/login?return_to=%2FData-Wrangling-with-JavaScript%2FChapter-12%2Fissues%2Fnew%2Fchoose
dependabothttps://patch-diff.githubusercontent.com/apps/dependabot
masterhttps://patch-diff.githubusercontent.com/Data-Wrangling-with-JavaScript/Chapter-12/tree/master
dependabot/npm_and_yarn/complete/server/socket.io-parser-and-socket.io-3.4.2https://patch-diff.githubusercontent.com/Data-Wrangling-with-JavaScript/Chapter-12/tree/dependabot/npm_and_yarn/complete/server/socket.io-parser-and-socket.io-3.4.2
Conversation 0 https://patch-diff.githubusercontent.com/Data-Wrangling-with-JavaScript/Chapter-12/pull/9
Commits 1 https://patch-diff.githubusercontent.com/Data-Wrangling-with-JavaScript/Chapter-12/pull/9/commits
Checks 0 https://patch-diff.githubusercontent.com/Data-Wrangling-with-JavaScript/Chapter-12/pull/9/checks
Files changed https://patch-diff.githubusercontent.com/Data-Wrangling-with-JavaScript/Chapter-12/pull/9/files
Please reload this pagehttps://patch-diff.githubusercontent.com/Data-Wrangling-with-JavaScript/Chapter-12/pull/9/checks
Please reload this pagehttps://patch-diff.githubusercontent.com/Data-Wrangling-with-JavaScript/Chapter-12/pull/9/checks
Bump socket.io-parser and socket.io in /complete/server https://patch-diff.githubusercontent.com/Data-Wrangling-with-JavaScript/Chapter-12/pull/9/checks#top
Please reload this pagehttps://patch-diff.githubusercontent.com/Data-Wrangling-with-JavaScript/Chapter-12/pull/9/checks
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.