Thanks to visit codestin.com
Credit goes to github.com

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: tj/commander.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v9.2.0
Choose a base ref
...
head repository: tj/commander.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v9.3.0
Choose a head ref
  • 12 commits
  • 24 files changed
  • 7 contributors

Commits on Apr 18, 2022

  1. Configuration menu
    Copy the full SHA
    acbbe18 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2022

  1. Rework example to avoid graphql warnings (#1719)

    * Rework example to avoid graphql warnings
    
    * Fix help text
    shadowspawn authored Apr 19, 2022
    Configuration menu
    Copy the full SHA
    a80b984 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2022

  1. ci: add nodejs18 as it is released

    Drop nodejs17 as it will be eol soon.
    abetomo committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    06cf751 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2022

  1. Add string[] to options defaultValue type (#1721)

    Add string[] to Command.option() defaultValue type.
    
    
    Co-authored-by: Caleb ツ Everett <[email protected]>
    everett1992 and everett1992 authored May 9, 2022
    Configuration menu
    Copy the full SHA
    1b492d9 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2022

  1. Configuration menu
    Copy the full SHA
    d660967 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2022

  1. Add optional summary for short form of subcommand description. (#1726)

    For backwards compatibility, the description is used for the subcommand listing if the summary is missing. So by default there is no change in existing programs.
    shadowspawn authored May 18, 2022
    Configuration menu
    Copy the full SHA
    cc2db5b View commit details
    Browse the repository at this point in the history

Commits on May 19, 2022

  1. Configuration menu
    Copy the full SHA
    b2842dc View commit details
    Browse the repository at this point in the history

Commits on May 21, 2022

  1. chore: Set permissions for GitHub actions

     Restrict the GitHub token permissions only to the required ones; this way, even if the attackers will succeed in compromising your workflow, they won’t be able to do much.
    
    - Included permissions for the action. https://github.com/ossf/scorecard/blob/main/docs/checks.md#token-permissions
    
    https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
    
    https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs
    
    [Keeping your GitHub Actions and workflows secure Part 1: Preventing pwn requests](https://securitylab.github.com/research/github-actions-preventing-pwn-requests/)
    
    Signed-off-by: neilnaveen <[email protected]>
    neilnaveen authored and abetomo committed May 21, 2022
    Configuration menu
    Copy the full SHA
    4094e22 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2022

  1. Configuration menu
    Copy the full SHA
    1bab84c View commit details
    Browse the repository at this point in the history

Commits on May 23, 2022

  1. Configuration menu
    Copy the full SHA
    3103c6b View commit details
    Browse the repository at this point in the history

Commits on May 27, 2022

  1. chore: Included githubactions in the dependabot config

    This should help with keeping the GitHub actions updated on new releases. This will also help with keeping it secure.
    
    Dependabot helps in keeping the supply chain secure https://docs.github.com/en/code-security/dependabot
    
    GitHub actions up to date https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot
    
    https://github.com/ossf/scorecard/blob/main/docs/checks.md#dependency-update-tool
    Signed-off-by: naveen <[email protected]>
    naveensrinivasan authored and abetomo committed May 27, 2022
    Configuration menu
    Copy the full SHA
    e89eca8 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2022

  1. Prepare for 9.3.0

    shadowspawn authored and abetomo committed May 28, 2022
    Configuration menu
    Copy the full SHA
    f2aec26 View commit details
    Browse the repository at this point in the history
Loading