mirror of
https://github.com/safedep/pmg.git
synced 2026-08-03 07:24:09 +02:00
npm token removal
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user