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
Hello!
Thank you for building semver-set! We are using it with https://github.com/anvaka/npmrank to compute npm statistics.
It works really well, except in cases when one argument is *. For example, this will crash with undefined is not a function:
*
undefined is not a function
var intersect = require('semver-set').intersect; console.log(intersect('*', '<0.15.0'));
Cheers, Andrei
PS:
> npm version { npmrank: '1.0.0', npm: '3.3.6', ares: '1.10.1-DEV', http_parser: '2.5.0', icu: '56.1', modules: '47', node: '5.0.0', openssl: '1.0.2d', uv: '1.7.5', v8: '4.6.85.28', zlib: '1.2.8' }
The text was updated successfully, but these errors were encountered:
At least after applying #4 I don't experience this issue anymore. Can you test and confirm @anvaka?
Sorry, something went wrong.
Yap, #4 closes this and #3.
No branches or pull requests
Hello!
Thank you for building semver-set! We are using it with https://github.com/anvaka/npmrank to compute npm statistics.
It works really well, except in cases when one argument is
*
. For example, this will crash withundefined is not a function
:Cheers,
Andrei
PS:
The text was updated successfully, but these errors were encountered: