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 univers.version_range import NpmVersionRange >>> NpmVersionRange.from_native(">=6.1.3") Traceback (most recent call last): File "/home/ziad/Desktop/open_source/vulnerablecode/venv/lib/python3.7/site-packages/IPython/core/interactiveshell.py", line 3553, in run_code exec(code_obj, self.user_global_ns, self.user_ns) File "<ipython-input-6-7be7de982c98>", line 1, in <module> NpmVersionRange.from_native(">=6.1.3") File "/home/ziad/Desktop/open_source/vulnerablecode/venv/lib/python3.7/site-packages/univers/version_range.py", line 251, in from_native assert isinstance(clause, (AnyOf, AllOf)) AssertionError
The text was updated successfully, but these errors were encountered:
Fix Npm version range aboutcode-org#79
d3c8797
Reference: aboutcode-org#79 Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
Fix Npm version range #79 (#82)
db4ead6
* Fix Npm version range #79 Reference: #79 Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com> * Support - in npm version ranges #83 Reference: #83 Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com> * Address review comments Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com> * Use named arguments Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com> * Remove space from split Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com> Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
Merge pull request #79 from nexB/doc-and-ci-updates
7a22968
RTD Build and CI updates
No branches or pull requests
The text was updated successfully, but these errors were encountered: