npm token removal

This commit is contained in:
Sahilb315
2025-04-08 02:45:53 +05:30
parent 3e79d2a53f
commit b09e34c3eb
+2 -2
View File
@@ -4,8 +4,8 @@ const fs = require("fs");
async function getDependencyTree(packageName) { async function getDependencyTree(packageName) {
const arb = new Arborist({ const arb = new Arborist({
registry: "https://registry.npmjs.org", registry: "https://registry.npmjs.org",
token: "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", token: "",
authToken: "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", authToken: "",
}); });
try { try {
const idealTree = await arb.buildIdealTree({ const idealTree = await arb.buildIdealTree({