Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: axios/axios
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.30.1
Choose a base ref
...
head repository: axios/axios
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.30.2
Choose a head ref
  • 4 commits
  • 18 files changed
  • 2 contributors

Commits on Sep 16, 2025

  1. fix: backport maxContentLength vulnerability fix to v0.x (#7034)

    * backport `maxContentLength` check for `data:` protocol urls
    
    * backport test for `estimateDataURLDecodedBytes`
    
    * use CommonJS export
    
    * use `var` instead of `const`
    
    * replace `let` with `var`
    
    * use standard function instead of arrow function
    FeBe95 authored Sep 16, 2025
    Configuration menu
    Copy the full SHA
    a1b1d3f View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2025

  1. fix: tests failing

    jasonsaayman committed Sep 27, 2025
    Configuration menu
    Copy the full SHA
    ee548ff View commit details
    Browse the repository at this point in the history
  2. chore: preversion

    jasonsaayman committed Sep 27, 2025
    Configuration menu
    Copy the full SHA
    153f483 View commit details
    Browse the repository at this point in the history
  3. chore: v0.30.2

    jasonsaayman committed Sep 27, 2025
    Configuration menu
    Copy the full SHA
    2fcb4ec View commit details
    Browse the repository at this point in the history
Loading