Skip to content
New issue

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

Fix Npm Project Manager's Download Version Async respecting namespaces #433

Merged
merged 3 commits into from
Jun 22, 2023

Conversation

gfs
Copy link
Contributor

@gfs gfs commented Jun 20, 2023

Also fix #420 - auto escape namespaces with @ in the first character of a namespace in the oss-download cli.

@gfs gfs requested a review from jpinz June 20, 2023 18:59
In the oss-download CLI its inconvenient (and perhaps unintuitive) to the user to manually escape their @. If we detect an unescaped @ that is in the first character of a namespace component of the purl we can replace it with %40.
Fix #420
@gfs gfs requested a review from scovetta June 20, 2023 19:23
@gfs gfs merged commit bc0a736 into main Jun 22, 2023
@gfs gfs deleted the gfs/FixNpmDownloadVersionAsyncRespectNameSpace- branch June 22, 2023 01:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Don't require encoding for namespaced packages
2 participants