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
{{ message }}
This repository has been archived by the owner on Jun 29, 2023. It is now read-only.
It should solve many of the problems raised in: #547, #548, #406
It only solves the problem of name squatting. All the other problems are still there. I think to really fix all problems there needs to be something like #406 (comment)
@alessandrorivero I agree, but #406 is closed now.
The whole database.json + PR mechanism definitely won't scale well, but might be working OK for the time being as ry mentioned.
This ticket proposes an immediate fix to name squatting and doesn't require much effort to implement.
I have changed the wording to solve some of the problems to avoid confusion.
Having all module names in the global namespace leads to name squatting.
This is a proposal to add package owner name to
deno.land/x
URLs:It should solve some of the problems raised in:
#547, #548, #406
I can create a PR implementing this if needed.
The text was updated successfully, but these errors were encountered: