You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* remove unneed exception raising for the version param
* do not skip URL encoding `:` and `+` characters
* add test cases from old issues
refs: #45, #46, #57
Signed-off-by: Steven Esser <[email protected]>
const purlString = new PackageURL('generic', null, ':name', '1.0.0').toString();
const purl = PackageURL.fromString(purlString);
The second line fails to parse the purl string with the error:
Error: purl is missing the required "type" component.
The text was updated successfully, but these errors were encountered: