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: nodejs/node-core-utils
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4d28185
Choose a base ref
...
head repository: nodejs/node-core-utils
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9506194
Choose a head ref
  • 5 commits
  • 7 files changed
  • 3 contributors

Commits on Mar 17, 2022

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    5e85166 View commit details

Commits on Apr 6, 2022

  1. fix: correct username and token validation

    The current username and token validation regular expressions will match
    any string. This adds tests and fixes the regular expressions.
    Trott committed Apr 6, 2022
    Copy the full SHA
    64a977c View commit details

Commits on Apr 7, 2022

  1. fix: update permitted GitHub token characters

    Our commit linter is flagging the GitHub blog URL for being longer than
    100 characters so here it is as a tinyurl.
    
    Refs: https://tinyurl.com/2p9cz8m3
    Fixes: #617
    Trott committed Apr 7, 2022
    Copy the full SHA
    dc3d3ef View commit details

Commits on Apr 8, 2022

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    cc2dfa9 View commit details
  2. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    9506194 View commit details
Loading