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
You're right @chase-moskal. However, there's no easy way to determine that via the public API. This may be something that may be too complex to handle for this simple website.
@remarkablemark, ah, that's too bad npm doesn't provide a proper api for this case.
perhaps there's a workaround -- maybe this site could query http://registry.npmjs.com/-/v1/search?text=<searchstring>&size=20 to pull up a list that includes the similar names, and then remove all hypens from the names, to check if there is a name that matches
npm has a mechanism to prevent publishing with names similar to existing packages.
for example,
snapstate
is shown as available in this app,however, the name is too similar to
snap-state
, and thus cannot be published.The text was updated successfully, but these errors were encountered: