@nodesecure/scanner
Version:
A package API to run a static analysis of your module's dependencies.
13 lines • 367 B
TypeScript
export * from "./dirname.js";
export * from "./warnings.js";
export * from "./addMissingVersionFlags.js";
export * from "./getLinks.js";
export * from "./urlToString.js";
export * from "./getUsedDeps.js";
export * from "./isNodesecurePayload.js";
export declare const NPM_TOKEN: {
token: string;
} | {
token?: undefined;
};
//# sourceMappingURL=index.d.ts.map