mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Fix more documentation issues
This commit is contained in:
parent
f7e08bbea8
commit
86f82d6065
3 changed files with 4 additions and 0 deletions
|
|
@ -23,6 +23,7 @@ let cachedMalwareDatabase = null;
|
|||
* For Python packages (PEP-503): lowercase and replace _, -, . with -
|
||||
* For js packages: keep as-is (case-sensitive)
|
||||
* @param {string} name
|
||||
* @returns {string}
|
||||
*/
|
||||
function normalizePackageName(name) {
|
||||
const ecosystem = getEcoSystem();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue