We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
From: npm/npm-pick-manifest#87 (review)
This now returns true: semver.satisfies('2.0.0', '== 1.0.0 || foo', { loose: true })) whereas it did not previously
Should return false
No response
The text was updated successfully, but these errors were encountered:
fix: trim each range set before parsing
4564a90
Fixes #587
cc6fde2
Successfully merging a pull request may close this issue.
Is there an existing issue for this?
Current Behavior
From: npm/npm-pick-manifest#87 (review)
Expected Behavior
Should return false
Steps To Reproduce
No response
Environment
No response
The text was updated successfully, but these errors were encountered: