René's URL Explorer Experiment


Title: chore(deps): bump axios from 0.21.1 to 1.15.0 by dependabot[bot] · Pull Request #18 · https-github-com-PAVDSSVD/transform · GitHub

Open Graph Title: chore(deps): bump axios from 0.21.1 to 1.15.0 by dependabot[bot] · Pull Request #18 · https-github-com-PAVDSSVD/transform

X Title: chore(deps): bump axios from 0.21.1 to 1.15.0 by dependabot[bot] · Pull Request #18 · https-github-com-PAVDSSVD/transform

Description: Bumps axios from 0.21.1 to 1.15.0. Release notes Sourced from axios's releases. v1.15.0 This release delivers two critical security patches, adds runtime support for Deno and Bun, and includes significant CI hardening, documentation improvements, and routine dependency updates. ⚠️ Important Changes Deprecation: url.parse() usage has been replaced to address Node.js deprecation warnings. If you are on a recent version of Node.js, this resolves console warnings you may have been seeing. (#10625) 🔒 Security Fixes Proxy Handling: Fixed a no_proxy hostname normalisation bypass that could lead to Server-Side Request Forgery (SSRF). (#10661) Header Injection: Fixed an unrestricted cloud metadata exfiltration vulnerability via a header injection chain. (#10660) 🚀 New Features Runtime Support: Added compatibility checks and documentation for Deno and Bun environments. (#10652, #10653) 🔧 Maintenance & Chores CI Security: Hardened workflow permissions to least privilege, added the zizmor security scanner, pinned action versions, and gated npm publishing with OIDC and environment protection. (#10618, #10619, #10627, #10637, #10666) Dependencies: Bumped serialize-javascript, handlebars, picomatch, vite, and denoland/setup-deno to latest versions. Added a 7-day Dependabot cooldown period. (#10574, #10572, #10568, #10663, #10664, #10665, #10669, #10670, #10616) Documentation: Unified docs, improved beforeRedirect credential leakage example, clarified withCredentials/withXSRFToken behaviour, HTTP/2 support notes, async/await timeout error handling, header case preservation, and various typo fixes. (#10649, #10624, #7452, #7471, #10654, #10644, #10589) Housekeeping: Removed stale files, regenerated lockfile, and updated sponsor scripts and blocks. (#10584, #10650, #10582, #10640, #10659, #10668) Tests: Added regression coverage for urlencoded Content-Type casing. (#10573) 🌟 New Contributors We are thrilled to welcome our new contributors. Thank you for helping improve Axios: @​raashish1601 (#10573) @​Kilros0817 (#10625) @​ashstrc (#10624) @​Abhi3975 (#10589) @​theamodhshetty (#7452) v1.14.0 This release focuses on compatibility fixes, adapter stability improvements, and test/tooling modernisation. ⚠️ Important Changes Breaking Changes: None identified in this release. Action Required: If you rely on env-based proxy behaviour or CJS resolution edge-cases, validate your integration after upgrade (notably proxy-from-env v2 alignment and main entry compatibility fix). 🚀 New Features Runtime Features: No new end-user features were introduced in this release. Test Coverage Expansion: Added broader smoke/module test coverage for CJS and ESM package usage. (#7510) 🐛 Bug Fixes Headers: Trim trailing CRLF in normalised header values. (#7456) HTTP/2: Close detached HTTP/2 sessions on timeout to avoid lingering sessions. (#7457) Fetch Adapter: Cancel ReadableStream created during request-stream capability probing to prevent async resource leaks. (#7515) Proxy Handling: Fixed env proxy behavior with proxy-from-env v2 usage. (#7499) ... (truncated) Changelog Sourced from axios's changelog. Changelog 1.13.3 (2026-01-20) Bug Fixes http2: Use port 443 for HTTPS connections by default. (#7256) (d7e6065) interceptor: handle the error in the same interceptor (#6269) (5945e40) main field in package.json should correspond to cjs artifacts (#5756) (7373fbf) package.json: add 'bun' package.json 'exports' condition. Load the Node.js build in Bun instead of the browser build (#5754) (b89217e) silentJSONParsing=false should throw on invalid JSON (#7253) (#7257) (7d19335) turn AxiosError into a native error (#5394) (#5558) (1c6a86d) types: add handlers to AxiosInterceptorManager interface (#5551) (8d1271b) types: restore AxiosError.cause type from unknown to Error (#7327) (d8233d9) unclear error message is thrown when specifying an empty proxy authorization (#6314) (6ef867e) Features add undefined as a value in AxiosRequestConfig (#5560) (095033c) add automatic minor and patch upgrades to dependabot (#6053) (65a7584) add Node.js coverage script using c8 (closes #7289) (#7294) (ec9d94e) added copilot instructions (3f83143) compatibility with frozen prototypes (#6265) (860e033) enhance pipeFileToResponse with error handling (#7169) (88d7884) types: Intellisense for string literals in a widened union (#6134) (f73474d), closes microsoft/TypeScript#33471 Reverts Revert "fix: silentJSONParsing=false should throw on invalid JSON (#7253) (#7…" (#7298) (a4230f5), closes #7253 #7 #7298 deps: bump peter-evans/create-pull-request from 7 to 8 in the github-actions group (#7334) (2d6ad5e) Contributors to this release Ashvin Tiwari Nikunj Mochi Anchal Singh jasonsaayman Julian Dax Akash Dhar Dubey Madhumita Tackoil Justin Dhillon Rudransh WuMingDao codenomnom Nandan Acharya Eric Dubé Tibor Pilz Gabriel Quaresma Turadg Aleahmad ... (truncated) Commits 772a4e5 chore(release): prepare release 1.15.0 (#10671) 4b07137 chore(deps-dev): bump vite from 8.0.0 to 8.0.5 in /tests/smoke/esm (#10663) 51e57b3 chore(deps-dev): bump vite from 8.0.2 to 8.0.5 (#10664) fba1a77 chore(deps-dev): bump vite from 8.0.2 to 8.0.5 in /tests/module/esm (#10665) 0bf6e28 chore(deps): bump denoland/setup-deno in the github-actions group (#10669) 8107157 chore(deps-dev): bump the development_dependencies group with 4 updates (#10670) e66530e ci: require npm-publish environment for releases (#10666) 49f23cb chore(sponsor): update sponsor block (#10668) 3631854 fix: unrestricted cloud metadata exfiltration via header injection chain (#10... fb3befb fix: no_proxy hostname normalization bypass leads to ssrf (#10661) Additional commits viewable in compare view Maintainer changes This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for axios since your current version. Install script changes This version adds prepare script that runs during installation. Review the package contents before updating. 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 show ignore conditions will show all of the ignore conditions of the specified dependency @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) You can disable automated security fix PRs for this repo from the Security Alerts page.

Open Graph Description: Bumps axios from 0.21.1 to 1.15.0. Release notes Sourced from axios's releases. v1.15.0 This release delivers two critical security patches, adds runtime support for Deno and Bun, and include...

X Description: Bumps axios from 0.21.1 to 1.15.0. Release notes Sourced from axios's releases. v1.15.0 This release delivers two critical security patches, adds runtime support for Deno and Bun, and inc...

Opengraph URL: https://github.com/https-github-com-PAVDSSVD/transform/pull/18

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:8f338181-82eb-a1eb-9bd6-e5571301cf65
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idE582:2095E1:213ADD0:2D97F39:6A4F3A9F
html-safe-nonce868f51b827a8dfd64e89f758ccc5ca0477f5ef3b0e98c8600eb002ad00078eab
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFNTgyOjIwOTVFMToyMTNBREQwOjJEOTdGMzk6NkE0RjNBOUYiLCJ2aXNpdG9yX2lkIjoiNjI0MjkwMzc2NzMyNDI0NDYzOSIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac88ffd20cd59a323c1ad71f0251ba7ab2f6de7e472b95f6a3bb2052b418dd269a
hovercard-subject-tagpull_request:3513658498
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/https-github-com-PAVDSSVD/transform/pull/18/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 axios from 0.21.1 to 1.15.0. Release notes Sourced from axios's releases. v1.15.0 This release delivers two critical security patches, adds runtime support for Deno and Bun, and include...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
Noneb92d11c0aa4a77d54ef4af1078b6a15fb5a70a215b30c4ecf28889d5a8e656d9
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/https-github-com-PAVDSSVD/transform git https://github.com/https-github-com-PAVDSSVD/transform.git
octolytics-dimension-user_id148691212
octolytics-dimension-user_loginhttps-github-com-PAVDSSVD
octolytics-dimension-repository_id1045449561
octolytics-dimension-repository_nwohttps-github-com-PAVDSSVD/transform
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forktrue
octolytics-dimension-repository_parent_id94473513
octolytics-dimension-repository_parent_nworitz078/transform
octolytics-dimension-repository_network_root_id94473513
octolytics-dimension-repository_network_root_nworitz078/transform
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
release4b249b445842943ed31549e027f57a8ade9881ed
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/https-github-com-PAVDSSVD/transform/pull/18/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fhttps-github-com-PAVDSSVD%2Ftransform%2Fpull%2F18%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
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
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
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/enterprise/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://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fhttps-github-com-PAVDSSVD%2Ftransform%2Fpull%2F18%2Ffiles
Sign up https://github.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=https-github-com-PAVDSSVD%2Ftransform
Reloadhttps://github.com/https-github-com-PAVDSSVD/transform/pull/18/files
Reloadhttps://github.com/https-github-com-PAVDSSVD/transform/pull/18/files
Reloadhttps://github.com/https-github-com-PAVDSSVD/transform/pull/18/files
Please reload this pagehttps://github.com/https-github-com-PAVDSSVD/transform/pull/18/files
https-github-com-PAVDSSVD https://github.com/https-github-com-PAVDSSVD
transformhttps://github.com/https-github-com-PAVDSSVD/transform
ritz078/transformhttps://github.com/ritz078/transform
Notifications https://github.com/login?return_to=%2Fhttps-github-com-PAVDSSVD%2Ftransform
Fork 1 https://github.com/login?return_to=%2Fhttps-github-com-PAVDSSVD%2Ftransform
Star 0 https://github.com/login?return_to=%2Fhttps-github-com-PAVDSSVD%2Ftransform
Code https://github.com/https-github-com-PAVDSSVD/transform
Pull requests 11 https://github.com/https-github-com-PAVDSSVD/transform/pulls
Actions https://github.com/https-github-com-PAVDSSVD/transform/actions
Projects https://github.com/https-github-com-PAVDSSVD/transform/projects
Models https://github.com/https-github-com-PAVDSSVD/transform/models
Security and quality 0 https://github.com/https-github-com-PAVDSSVD/transform/security
Insights https://github.com/https-github-com-PAVDSSVD/transform/pulse
Code https://github.com/https-github-com-PAVDSSVD/transform
Pull requests https://github.com/https-github-com-PAVDSSVD/transform/pulls
Actions https://github.com/https-github-com-PAVDSSVD/transform/actions
Projects https://github.com/https-github-com-PAVDSSVD/transform/projects
Models https://github.com/https-github-com-PAVDSSVD/transform/models
Security and quality https://github.com/https-github-com-PAVDSSVD/transform/security
Insights https://github.com/https-github-com-PAVDSSVD/transform/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Fhttps-github-com-PAVDSSVD%2Ftransform%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Fhttps-github-com-PAVDSSVD%2Ftransform%2Fissues%2Fnew%2Fchoose
dependabothttps://github.com/apps/dependabot
masterhttps://github.com/https-github-com-PAVDSSVD/transform/tree/master
dependabot/npm_and_yarn/axios-1.15.0https://github.com/https-github-com-PAVDSSVD/transform/tree/dependabot/npm_and_yarn/axios-1.15.0
Conversation 1 https://github.com/https-github-com-PAVDSSVD/transform/pull/18
Commits 1 https://github.com/https-github-com-PAVDSSVD/transform/pull/18/commits
Checks 1 https://github.com/https-github-com-PAVDSSVD/transform/pull/18/checks
Files changed https://github.com/https-github-com-PAVDSSVD/transform/pull/18/files
Please reload this pagehttps://github.com/https-github-com-PAVDSSVD/transform/pull/18/files
chore(deps): bump axios from 0.21.1 to 1.15.0 https://github.com/https-github-com-PAVDSSVD/transform/pull/18/files#top
Show all changes 1 commit https://github.com/https-github-com-PAVDSSVD/transform/pull/18/files
5aaa564 chore(deps): bump axios from 0.21.1 to 1.15.0 dependabot[bot] Apr 10, 2026 https://github.com/https-github-com-PAVDSSVD/transform/pull/18/commits/5aaa564aec79479809bfb2329db03dfc82571d78
Clear filters https://github.com/https-github-com-PAVDSSVD/transform/pull/18/files
Please reload this pagehttps://github.com/https-github-com-PAVDSSVD/transform/pull/18/files
Please reload this pagehttps://github.com/https-github-com-PAVDSSVD/transform/pull/18/files
package.json https://github.com/https-github-com-PAVDSSVD/transform/pull/18/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
yarn.lock https://github.com/https-github-com-PAVDSSVD/transform/pull/18/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
package.jsonhttps://github.com/https-github-com-PAVDSSVD/transform/pull/18/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
View file https://github.com/https-github-com-PAVDSSVD/transform/blob/5aaa564aec79479809bfb2329db03dfc82571d78/package.json
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/https-github-com-PAVDSSVD/transform/pull/18/{{ revealButtonHref }}
https://github.com/https-github-com-PAVDSSVD/transform/pull/18/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
https://github.com/https-github-com-PAVDSSVD/transform/pull/18/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
yarn.lockhttps://github.com/https-github-com-PAVDSSVD/transform/pull/18/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
View file https://github.com/https-github-com-PAVDSSVD/transform/blob/5aaa564aec79479809bfb2329db03dfc82571d78/yarn.lock
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/https-github-com-PAVDSSVD/transform/pull/18/{{ revealButtonHref }}
https://github.com/https-github-com-PAVDSSVD/transform/pull/18/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/https-github-com-PAVDSSVD/transform/pull/18/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/https-github-com-PAVDSSVD/transform/pull/18/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/https-github-com-PAVDSSVD/transform/pull/18/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/https-github-com-PAVDSSVD/transform/pull/18/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/https-github-com-PAVDSSVD/transform/pull/18/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/https-github-com-PAVDSSVD/transform/pull/18/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/https-github-com-PAVDSSVD/transform/pull/18/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/https-github-com-PAVDSSVD/transform/pull/18/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/https-github-com-PAVDSSVD/transform/pull/18/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/https-github-com-PAVDSSVD/transform/pull/18/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/https-github-com-PAVDSSVD/transform/pull/18/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/https-github-com-PAVDSSVD/transform/pull/18/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/https-github-com-PAVDSSVD/transform/pull/18/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/https-github-com-PAVDSSVD/transform/pull/18/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/https-github-com-PAVDSSVD/transform/pull/18/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/https-github-com-PAVDSSVD/transform/pull/18/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/https-github-com-PAVDSSVD/transform/pull/18/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/https-github-com-PAVDSSVD/transform/pull/18/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/https-github-com-PAVDSSVD/transform/pull/18/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/https-github-com-PAVDSSVD/transform/pull/18/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/https-github-com-PAVDSSVD/transform/pull/18/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/https-github-com-PAVDSSVD/transform/pull/18/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/https-github-com-PAVDSSVD/transform/pull/18/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/https-github-com-PAVDSSVD/transform/pull/18/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/https-github-com-PAVDSSVD/transform/pull/18/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/https-github-com-PAVDSSVD/transform/pull/18/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/https-github-com-PAVDSSVD/transform/pull/18/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
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.