Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle NPM prerelease caret range expression #120

Merged
merged 3 commits into from
Sep 6, 2023

Commits on Sep 6, 2023

  1. Handle npm caret range expression

    - Don't use `python-semanticversion` for parsing the npm caret range:
        it's returning incorrect vers range for the prerelease caret range expressions.
    - Issue #117
    
    Signed-off-by: Keshav Priyadarshi <[email protected]>
    keshav-space committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    38a5a73 View commit details
    Browse the repository at this point in the history
  2. Fix npm_advisory test data

    Signed-off-by: Keshav Priyadarshi <[email protected]>
    keshav-space committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    8bfc443 View commit details
    Browse the repository at this point in the history
  3. Test npm pre-release caret range handling

    Signed-off-by: Keshav Priyadarshi <[email protected]>
    keshav-space committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    da287b1 View commit details
    Browse the repository at this point in the history