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
packageurl-python/src/packageurl/contrib/url2purl.py
Lines 146 to 147 in 04a706a
Something like this, with 3 path segments, is also possible: https://registry.npmjs.org/@esbuild/freebsd-arm64/0.21.5
https://registry.npmjs.org/@esbuild/freebsd-arm64/0.21.5
Input: https://registry.npmjs.org/@esbuild/freebsd-arm64/0.21.5 Returns: None Expected: pkg:npm/%40esbuild/[email protected]
None
pkg:npm/%40esbuild/[email protected]
The text was updated successfully, but these errors were encountered:
Improve support for 3 path segments NPM URLs in url2purl #167
eafa569
Signed-off-by: tdruez <[email protected]>
Improve support for 3 path segments NPM URLs in url2purl #167 (#170)
883041e
@jloehel I've added support for 3 path segments URLs in #170
It's available in the latest release at https://github.com/package-url/packageurl-python/releases/tag/v0.16.0
Sorry, something went wrong.
No branches or pull requests
packageurl-python/src/packageurl/contrib/url2purl.py
Lines 146 to 147 in 04a706a
Something like this, with 3 path segments, is also possible:
https://registry.npmjs.org/@esbuild/freebsd-arm64/0.21.5
Input:
https://registry.npmjs.org/@esbuild/freebsd-arm64/0.21.5
Returns:
None
Expected:
pkg:npm/%40esbuild/[email protected]
The text was updated successfully, but these errors were encountered: