René's URL Explorer Experiment


Title: Bump json5, webpack and webpack-cli in /blog_LikeSelector(ES6) by dependabot[bot] · Pull Request #28 · Get-JS/JavaScript · GitHub

Open Graph Title: Bump json5, webpack and webpack-cli in /blog_LikeSelector(ES6) by dependabot[bot] · Pull Request #28 · Get-JS/JavaScript

X Title: Bump json5, webpack and webpack-cli in /blog_LikeSelector(ES6) by dependabot[bot] · Pull Request #28 · Get-JS/JavaScript

Description: Bumps json5 to 2.2.3 and updates ancestor dependencies json5, webpack and webpack-cli. These dependencies need to be updated together. Updates json5 from 1.0.1 to 2.2.3 Release notes Sourced from json5's releases. v2.2.3 Fix: json5@2.2.3 is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a prototype pollution vulnerability reported by Jonathan Gregson! (#295). v2.2.1 Fix: Removed dependence on minimist to patch CVE-2021-44906. (#266) v2.2.0 New: Accurate and documented TypeScript declarations are now included. There is no need to install @types/json5. (#236, #244) v2.1.3 [code, diff] Fix: An out of memory bug when parsing numbers has been fixed. (#228, #229) v2.1.2 Fix: Bump minimist to v1.2.5. (#222) v2.1.1 New: package.json and package.json5 include a module property so bundlers like webpack, rollup and parcel can take advantage of the ES Module build. (#208) Fix: stringify outputs \0 as \\x00 when followed by a digit. (#210) Fix: Spelling mistakes have been fixed. (#196) v2.1.0 New: The index.mjs and index.min.mjs browser builds in the dist directory support ES6 modules. (#187) v2.0.1 Fix: The browser builds in the dist directory support ES5. (#182) v2.0.0 Major: JSON5 officially supports Node.js v6 and later. Support for Node.js v4 has been dropped. Since Node.js v6 supports ES5 features, the code has been rewritten in native ES5, and the dependence on Babel has been eliminated. New: Support for Unicode 10 has been added. New: The test framework has been migrated from Mocha to Tap. New: The browser build at dist/index.js is no longer minified by default. A minified version is available at dist/index.min.js. (#181) Fix: The warning has been made clearer when line and paragraph separators are ... (truncated) Changelog Sourced from json5's changelog. v2.2.3 [code, diff] Fix: json5@2.2.3 is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 [code, diff] Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a prototype pollution vulnerability reported by Jonathan Gregson! (#295). v2.2.1 [code, diff] Fix: Removed dependence on minimist to patch CVE-2021-44906. (#266) v2.2.0 [code, diff] New: Accurate and documented TypeScript declarations are now included. There is no need to install @types/json5. (#236, #244) v2.1.3 [code, diff] Fix: An out of memory bug when parsing numbers has been fixed. (#228, #229) v2.1.2 [code, diff] Fix: Bump minimist to v1.2.5. (#222) v2.1.1 [code, [diff][d2.1.1]] ... (truncated) Commits c3a7524 2.2.3 94fd06d docs: update CHANGELOG for v2.2.3 3b8cebf docs(security): use GitHub security advisories f0fd9e1 docs: publish a security policy 6a91a05 docs(template): bug -> bug report 14f8cb1 2.2.2 10cc7ca docs: update CHANGELOG for v2.2.2 7774c10 fix: add proto to objects and arrays edde30a Readme: slight tweak to intro 97286f8 Improve example in readme Additional commits viewable in compare view Updates webpack from 4.39.2 to 5.75.0 Release notes Sourced from webpack's releases. v5.75.0 Bugfixes experiments.* normalize to false when opt-out avoid NaN% show the correct error when using a conflicting chunk name in code HMR code tests existance of window before trying to access it fix eval-nosources-* actually exclude sources fix race condition where no module is returned from processing module fix position of standalong semicolon in runtime code Features add support for @import to extenal CSS when using experimental CSS in node add i64 support to the deprecated WASM implementation Developer Experience expose EnableWasmLoadingPlugin add more typings generate getters instead of readonly properties in typings to allow overriding them v5.74.0 Features add resolve.extensionAlias option which allows to alias extensions This is useful when you are forced to add the .js extension to imports when the file really has a .ts extension (typescript + "type": "module") add support for ES2022 features like static blocks add Tree Shaking support for ProvidePlugin Bugfixes fix persistent cache when some build dependencies are on a different windows drive make order of evaluation of side-effect-free modules deterministic between concatenated and non-concatenated modules remove left-over from debugging in TLA/async modules runtime code remove unneeded extra 1s timestamp offset during watching when files are actually untouched This sometimes caused an additional second build which are not really needed fix shareScope option for ModuleFederationPlugin set "use-credentials" also for same origin scripts Performance Improve memory usage and performance of aggregating needed files/directories for watching This affects rebuild performance Extensibility export HarmonyImportDependency for plugins v5.73.0 ... (truncated) Commits 8241da7 5.75.0 a91d923 Merge pull request #16458 from webpack/bugfix/semi 4608b11 Merge pull request #16457 from webpack/tooling/update dfdd0b0 Merge pull request #16122 from AnmolBansalDEV/bug/compilationCallback 23b9a1c Merge pull request #16167 from exposir/fixts 6f2c5e8 Merge pull request #16257 from alexzhang1030/calc_deterministic_verbose f7f36ad Merge pull request #16339 from Liamolucko/wasm-i64 761a542 fix semicolon position 2403a36 Merge pull request #16345 from ahabhgk/fix-eval-nosources c18203c update tooling Additional commits viewable in compare view Updates webpack-cli from 3.3.6 to 5.0.1 Release notes Sourced from webpack-cli's releases. v5.0.1 5.0.1 (2022-12-05) Bug Fixes make define-process-env-node-env alias node-env (#3514) (346a518) v5.0.0 5.0.0 (2022-11-17) Bug Fixes improve description of the --disable-interpret option (#3364) (bdb7e20) remove the redundant utils export (#3343) (a9ce5d0) respect NODE_PATH env variable (#3411) (83d1f58) show all CLI specific flags in the minimum help output (#3354) (35843e8) Features failOnWarnings option (#3317) (c48c848) update commander to v9 (#3460) (6621c02) added the --define-process-env-node-env option update interpret to v3 and rechoir to v0.8 add an option for preventing interpret (#3329) (c737383) BREAKING CHANGES the minimum supported webpack version is v5.0.0 (#3342) (b1af0dc), closes #3342 webpack-cli no longer supports webpack v4, the minimum supported version is webpack v5.0.0 webpack-cli no longer supports webpack-dev-server v3, the minimum supported version is webpack-dev-server v4.0.0 remove the migrate command (#3291) (56b43e4), closes #3291 remove the --prefetch option in favor the PrefetchPlugin plugin remove the --node-env option in favor --define-process-env-node-env remove the --hot option in favor of directly using the HotModuleReplacement plugin (only for build command, for serve it will work) the behavior logic of the --entry option has been changed - previously it replaced your entries, now the option adds a specified entry, if you want to return the previous behavior please use webpack --entry-reset --entry './src/my-entry.js' v4.10.0 4.10.0 (2022-06-13) Bug Fixes changeTime is already in milliseconds (#3198) (d390d32) improve parsing of --env flag (#3286) (402c0fe) Features added types (8ec1375) v4.9.2 4.9.2 (2022-01-24) ... (truncated) Changelog Sourced from webpack-cli's changelog. 5.0.1 (2022-12-05) Bug Fixes make define-process-env-node-env alias node-env (#3514) (346a518) 5.0.0 (2022-11-17) Bug Fixes improve description of the --disable-interpret option (#3364) (bdb7e20) remove the redundant utils export (#3343) (a9ce5d0) respect NODE_PATH env variable (#3411) (83d1f58) show all CLI specific flags in the minimum help output (#3354) (35843e8) Features failOnWarnings option (#3317) (c48c848) update commander to v9 (#3460) (6621c02) added the --define-process-env-node-env option update interpret to v3 and rechoir to v0.8 add an option for preventing interpret (#3329) (c737383) BREAKING CHANGES the minimum supported webpack version is v5.0.0 (#3342) (b1af0dc), closes #3342 webpack-cli no longer supports webpack v4, the minimum supported version is webpack v5.0.0 webpack-cli no longer supports webpack-dev-server v3, the minimum supported version is webpack-dev-server v4.0.0 remove the migrate command (#3291) (56b43e4), closes #3291 remove the --prefetch option in favor the PrefetchPlugin plugin remove the --node-env option in favor --define-process-env-node-env remove the --hot option in favor of directly using the HotModuleReplacement plugin (only for build command, for serve it will work) the behavior logic of the --entry option has been changed - previously it replaced your entries, now the option adds a specified entry, if you want to return the previous behavior please use webpack --entry-reset --entry './src/my-entry.js' 4.10.0 (2022-06-13) Bug Fixes changeTime is already in milliseconds (#3198) (d390d32) improve parsing of --env flag (#3286) (402c0fe) Features added types (8ec1375) 4.9.2 (2022-01-24) Bug Fixes respect negatedDescription for flags from schema (#3102) (463b731) ... (truncated) Commits 4a0f893 chore(release): publish new version 9de982c chore: fix cspell 32d26c8 chore(deps-dev): bump cspell from 6.15.1 to 6.16.0 (#3517) 2788bf9 chore(deps-dev): bump eslint from 8.28.0 to 8.29.0 (#3516) ac88ee4 chore(deps-dev): bump lint-staged from 13.0.4 to 13.1.0 (#3515) 346a518 fix: make define-process-env-node-env alias node-env (#3514) 3ec7b16 chore(deps): bump yeoman-environment from 3.12.1 to 3.13.0 (#3508) c8adfa6 chore(deps-dev): bump @​types/node from 18.11.9 to 18.11.10 (#3513) 0ad8cc2 chore(deps-dev): bump cspell from 6.15.0 to 6.15.1 (#3512) d30f261 chore(deps-dev): bump ts-loader from 9.4.1 to 9.4.2 (#3511) Additional commits viewable in compare view Maintainer changes This version was pushed to npm by evilebottnawi, a new releaser for webpack-cli since your current version. 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 json5 to 2.2.3 and updates ancestor dependencies json5, webpack and webpack-cli. These dependencies need to be updated together. Updates json5 from 1.0.1 to 2.2.3 Release notes Sourced from ...

X Description: Bumps json5 to 2.2.3 and updates ancestor dependencies json5, webpack and webpack-cli. These dependencies need to be updated together. Updates json5 from 1.0.1 to 2.2.3 Release notes Sourced from ...

Opengraph URL: https://github.com/Get-JS/JavaScript/pull/28

X: @github

direct link

Domain: patch-diff.githubusercontent.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:f292ef40-92b1-21f9-baa8-d3575008f2e1
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idCE82:2586AA:C08B9F:F74084:69753FD1
html-safe-nonceae4392cb0141be9a32a47bbca36108c35668f1e931824080305cd0a4f2be04e7
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDRTgyOjI1ODZBQTpDMDhCOUY6Rjc0MDg0OjY5NzUzRkQxIiwidmlzaXRvcl9pZCI6IjI5MTcxODI1OTE0MDE4MDM3MjkiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmacb10a540b1433d5f955275a2f863e64743b0aa2850fcd7dc147dc73e6cc71558e
hovercard-subject-tagpull_request:1181755169
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/Get-JS/JavaScript/pull/28/files
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 json5 to 2.2.3 and updates ancestor dependencies json5, webpack and webpack-cli. These dependencies need to be updated together. Updates json5 from 1.0.1 to 2.2.3 Release notes Sourced from ...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None4a4bf5f4e28041a9d2e5c107d7d20b78b4294ba261cab243b28167c16a623a1f
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/Get-JS/JavaScript git https://github.com/Get-JS/JavaScript.git
octolytics-dimension-user_id59407227
octolytics-dimension-user_loginGet-JS
octolytics-dimension-repository_id196917500
octolytics-dimension-repository_nwoGet-JS/JavaScript
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id196917500
octolytics-dimension-repository_network_root_nwoGet-JS/JavaScript
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release488b30e96dfd057fbbe44c6665ccbc030b729dde
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/Get-JS/JavaScript/pull/28/files#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2FGet-JS%2FJavaScript%2Fpull%2F28%2Ffiles
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%2FGet-JS%2FJavaScript%2Fpull%2F28%2Ffiles
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%2Ffiles&source=header-repo&source_repo=Get-JS%2FJavaScript
Reloadhttps://patch-diff.githubusercontent.com/Get-JS/JavaScript/pull/28/files
Reloadhttps://patch-diff.githubusercontent.com/Get-JS/JavaScript/pull/28/files
Reloadhttps://patch-diff.githubusercontent.com/Get-JS/JavaScript/pull/28/files
Get-JS https://patch-diff.githubusercontent.com/Get-JS
JavaScripthttps://patch-diff.githubusercontent.com/Get-JS/JavaScript
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2FGet-JS%2FJavaScript
Fork 1 https://patch-diff.githubusercontent.com/login?return_to=%2FGet-JS%2FJavaScript
Star 2 https://patch-diff.githubusercontent.com/login?return_to=%2FGet-JS%2FJavaScript
Code https://patch-diff.githubusercontent.com/Get-JS/JavaScript
Issues 0 https://patch-diff.githubusercontent.com/Get-JS/JavaScript/issues
Pull requests 18 https://patch-diff.githubusercontent.com/Get-JS/JavaScript/pulls
Actions https://patch-diff.githubusercontent.com/Get-JS/JavaScript/actions
Projects 0 https://patch-diff.githubusercontent.com/Get-JS/JavaScript/projects
Wiki https://patch-diff.githubusercontent.com/Get-JS/JavaScript/wiki
Security 0 https://patch-diff.githubusercontent.com/Get-JS/JavaScript/security
Insights https://patch-diff.githubusercontent.com/Get-JS/JavaScript/pulse
Code https://patch-diff.githubusercontent.com/Get-JS/JavaScript
Issues https://patch-diff.githubusercontent.com/Get-JS/JavaScript/issues
Pull requests https://patch-diff.githubusercontent.com/Get-JS/JavaScript/pulls
Actions https://patch-diff.githubusercontent.com/Get-JS/JavaScript/actions
Projects https://patch-diff.githubusercontent.com/Get-JS/JavaScript/projects
Wiki https://patch-diff.githubusercontent.com/Get-JS/JavaScript/wiki
Security https://patch-diff.githubusercontent.com/Get-JS/JavaScript/security
Insights https://patch-diff.githubusercontent.com/Get-JS/JavaScript/pulse
Sign up for GitHub https://patch-diff.githubusercontent.com/signup?return_to=%2FGet-JS%2FJavaScript%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=%2FGet-JS%2FJavaScript%2Fissues%2Fnew%2Fchoose
dependabothttps://patch-diff.githubusercontent.com/apps/dependabot
masterhttps://patch-diff.githubusercontent.com/Get-JS/JavaScript/tree/master
dependabot/npm_and_yarn/blog_LikeSelector(ES6)/json5-and-webpack-and-webpack-cli-2.2.3https://patch-diff.githubusercontent.com/Get-JS/JavaScript/tree/dependabot/npm_and_yarn/blog_LikeSelector(ES6)/json5-and-webpack-and-webpack-cli-2.2.3
Conversation 0 https://patch-diff.githubusercontent.com/Get-JS/JavaScript/pull/28
Commits 1 https://patch-diff.githubusercontent.com/Get-JS/JavaScript/pull/28/commits
Checks 0 https://patch-diff.githubusercontent.com/Get-JS/JavaScript/pull/28/checks
Files changed https://patch-diff.githubusercontent.com/Get-JS/JavaScript/pull/28/files
Please reload this pagehttps://patch-diff.githubusercontent.com/Get-JS/JavaScript/pull/28/files
Bump json5, webpack and webpack-cli in /blog_LikeSelector(ES6) https://patch-diff.githubusercontent.com/Get-JS/JavaScript/pull/28/files#top
Show all changes 1 commit https://patch-diff.githubusercontent.com/Get-JS/JavaScript/pull/28/files
998535b Bump json5, webpack and webpack-cli in /blog_LikeSelector(ES6) dependabot[bot] Jan 1, 2023 https://patch-diff.githubusercontent.com/Get-JS/JavaScript/pull/28/commits/998535b375a5bf73b3693bfba4970586da912257
Clear filters https://patch-diff.githubusercontent.com/Get-JS/JavaScript/pull/28/files
Please reload this pagehttps://patch-diff.githubusercontent.com/Get-JS/JavaScript/pull/28/files
Please reload this pagehttps://patch-diff.githubusercontent.com/Get-JS/JavaScript/pull/28/files
package-lock.json https://patch-diff.githubusercontent.com/Get-JS/JavaScript/pull/28/files#diff-42c311ac4e3f56e23d838cb91fdb66e4734ef7a0dbf48ec8eefbb13d50a5e6a8
package.json https://patch-diff.githubusercontent.com/Get-JS/JavaScript/pull/28/files#diff-1c391de33344054ce8ee34f63fa9e6323aae054640dacb425ccd836a0e57b65a
yarn.lock https://patch-diff.githubusercontent.com/Get-JS/JavaScript/pull/28/files#diff-78afb206840557a47e07f5a452c8a2f4952323a4fc1a235bc6dbb6cef1b12469
Please reload this pagehttps://patch-diff.githubusercontent.com/Get-JS/JavaScript/pull/28/files
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.