Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
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 orlearn 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:browserslist/browserslist
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base:4.16.4
Choose a base ref
Loading
...
head repository:browserslist/browserslist
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:4.16.6
Choose a head ref
Loading
  • 8commits
  • 9files changed
  • 3contributors

Commits on Apr 22, 2021

  1. Fix ReDoS (#593)

    Fix 6 ReDoS-vulnerable regexes with pattern `\d*\.?\d+`.Fix strategy: Replace  `\d*\.?\d+` with  `(d+|\d*\.\d+)`
    @yetingli
    yetingli authoredApr 22, 2021
    Configuration menu
    Copy the full SHA
    bd1e9e0View commit details
    Browse the repository at this point in the history
  2. Use Node.js 16 on CI

    @ai
    ai committedApr 22, 2021
    Configuration menu
    Copy the full SHA
    b879a1aView commit details
    Browse the repository at this point in the history
  3. Fix version RegExp

    @ai
    ai committedApr 22, 2021
    Configuration menu
    Copy the full SHA
    1013a18View commit details
    Browse the repository at this point in the history
  4. Update dependencies

    @ai
    ai committedApr 22, 2021
    Configuration menu
    Copy the full SHA
    27e4afdView commit details
    Browse the repository at this point in the history
  5. Release 4.16.5 version

    @ai
    ai committedApr 22, 2021
    Configuration menu
    Copy the full SHA
    7cc2aedView commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2021

  1. Add support for npm-shrinkwrap files alongside package-lock (#595)

    * Handle npm-shrinkwrap.json file the same as package.jsonFixes#594* Update testsFixes#594
    @johngeoffrey
    johngeoffrey authoredApr 30, 2021
    Configuration menu
    Copy the full SHA
    2128170View commit details
    Browse the repository at this point in the history
  2. Update dependencies

    @ai
    ai committedApr 30, 2021
    3Configuration menu
    Copy the full SHA
    33ebac9View commit details
    Browse the repository at this point in the history
  3. Release 4.16.6 version

    @ai
    ai committedApr 30, 2021
    2Configuration menu
    Copy the full SHA
    6fe3614View commit details
    Browse the repository at this point in the history
Loading

[8]ページ先頭

©2009-2025 Movatter.jp