(🐞) Semver calculator acts differently to npm in regards to pre releases #128422
Unanswered
KotlinIsland
asked this question in
npm
Replies: 0 comments 3 replies
-
I think that might be because the website does not show pre-releases at all, ever, now (https://github.com/npm/feedback/discussions/995). |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
||
npm/node-semver#605This value will match all stable versions of
5
, and all pre-releases of5.3.0
.Proof
But when we look on the website, it says that it won't match the pre-releases:
According to a comment by @mbtools, this is intentional, but to me seems like it will only ever cause confusion.
Beta Was this translation helpful? Give feedback.
All reactions