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
We still have various issues with genomaps.js dependencies:
npm audit still lists a number of vulnerabilities. While it's nearly impossible to eliminate all of them, we should makes as many update as possible.
package.json lists dependencies that are never used via require(), so it's not clear if they are actually used or not, this should be cleaned. If there are dependencies that can't be explicitly included, at least add comments.
Note: we have to decide when to tackle this issue.
The text was updated successfully, but these errors were encountered:
We still have various issues with genomaps.js dependencies:
npm audit still lists a number of vulnerabilities. While it's nearly impossible to eliminate all of them, we should makes as many update as possible.
package.json lists dependencies that are never used via
require()
, so it's not clear if they are actually used or not, this should be cleaned. If there are dependencies that can't be explicitly included, at least add comments.Note: we have to decide when to tackle this issue.
The text was updated successfully, but these errors were encountered: