-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
That npm allows anyone to publish a package is both good and bad. On the bad side, there are several "spam" clones of the cytoscape package.
Here is an example: cytoscape-universal. This looks like it was published by someone who doesn't understand how npm or semver works. He probably wanted to use a particular version of cytoscape in his app, but doesn't know how to use package.json or package-lock.json. So he published a whole new package just for that.
For npm that might not be as big an issue as for BioJS. The npm search is now pretty good at demoting duplicate or otherwise relatively unused packages. However, for BioJS it makes things cluttered.
Is there a way to blacklist these spam entries in BioJS?
Metadata
Metadata
Assignees
Labels
No labels