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: webpack/webpack-dev-middleware
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 94561dea8837cd72d64f7c87af43e5cc16f0e8ee
Choose a base ref
...
head repository: webpack/webpack-dev-middleware
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 54e4a9604905898066979a3a918d3d545f761447
Choose a head ref
  • 2 commits
  • 8 files changed
  • 2 contributors

Commits on Mar 20, 2024

  1. Copy the full SHA
    9670b34 View commit details
  2. chore(release): 6.1.2

    alexander-akait committed Mar 20, 2024
    Copy the full SHA
    54e4a96 View commit details
Showing with 14,841 additions and 57 deletions.
  1. +7 −0 CHANGELOG.md
  2. +14,536 −31 package-lock.json
  3. +1 −1 package.json
  4. +15 −0 src/middleware.js
  5. +154 −0 src/utils/compatibleAPI.js
  6. +72 −23 src/utils/getFilenameFromUrl.js
  7. +48 −0 types/utils/compatibleAPI.d.ts
  8. +8 −2 types/utils/getFilenameFromUrl.d.ts
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [6.1.2](https://github.com/webpack/webpack-dev-middleware/compare/v6.1.1...v6.1.2) (2024-03-20)


### Bug Fixes

* **security:** do not allow to read files above ([#1778](https://github.com/webpack/webpack-dev-middleware/issues/1778)) ([9670b34](https://github.com/webpack/webpack-dev-middleware/commit/9670b3495da518fe667ff3428c5e4cb9f2f3d353))

### [6.1.1](https://github.com/webpack/webpack-dev-middleware/compare/v6.1.0...v6.1.1) (2023-05-16)


Loading