Closed jdalton closed 6 months ago
BTW in the meantime I'm maintaining a fork @jdalton/packageurl-js at https://github.com/jdalton/packageurl-js/tree/jdalton/fork that has all open issues resolved.
@jdalton Thanks for the PR. Sorry about the lack of response in this repo, I have been busy with work and family life. I should be a bit more active now and will handle updating the repo with the various fixes in flight.
@steven-esser
Sorry about the lack of response in this repo, I have been busy with work and family life. I should be a bit more active now and will handle updating the repo with the various fixes in flight.
No worries. I totally get it (I'm in a similar boat). I'm trickling in PRs for ya.
This PR narrows the result types from
string | undefined | null
tostring | undefined
while still acceptingnull
s. It also optimizes things a bit.