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: isaacs/minimatch
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v9.0.2
Choose a base ref
...
head repository: isaacs/minimatch
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v9.0.3
Choose a head ref
  • 3 commits
  • 3 files changed
  • 2 contributors

Commits on Jul 5, 2023

  1. update deps

    isaacs committed Jul 5, 2023
    4
    Copy the full SHA
    402b059 View commit details

Commits on Jul 6, 2023

  1. fix typo

    ETOOMANYMINILIBS
    
    PR-URL: #217
    Credit: @lukekarrys
    Close: #217
    Reviewed-by: @isaacs
    lukekarrys authored and isaacs committed Jul 6, 2023
    2

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    f617a2a View commit details
  2. 9.0.3

    isaacs committed Jul 6, 2023
    2
    Copy the full SHA
    f8b46a3 View commit details
Showing with 571 additions and 513 deletions.
  1. +1 −1 README.md
  2. +567 −509 package-lock.json
  3. +3 −3 package.json
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -255,7 +255,7 @@ is returned if there are no matches.
This only affects the results of the `Minimatch.hasMagic` method.

If the pattern contains brace expansions, such as `a{b,c}d`, but
no other magic characters, then the `Minipass.hasMagic()` method
no other magic characters, then the `Minimatch.hasMagic()` method
will return `false` by default. When this option set, it will
return `true` for brace expansion as well as other magic glob
characters.
Loading