From b09e34c3ebe3998d3cb5094f19a301608b7f1fab Mon Sep 17 00:00:00 2001 From: Sahilb315 Date: Tue, 8 Apr 2025 02:45:53 +0530 Subject: [PATCH] npm token removal --- pkg/tree/arborist.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/tree/arborist.js b/pkg/tree/arborist.js index 9880d64..9291549 100644 --- a/pkg/tree/arborist.js +++ b/pkg/tree/arborist.js @@ -4,8 +4,8 @@ const fs = require("fs"); async function getDependencyTree(packageName) { const arb = new Arborist({ registry: "https://registry.npmjs.org", - token: "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", - authToken: "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", + token: "", + authToken: "", }); try { const idealTree = await arb.buildIdealTree({