UNPKG

@socketsecurity/lib

Version:

Core utilities and infrastructure for Socket.dev security tools

8 lines (7 loc) 199 B
/** * GitHub APIs and cache configuration. */ // GitHub API. export declare const GITHUB_API_BASE_URL = "https://api.github.com"; // GitHub cache. export declare const CACHE_GITHUB_DIR = "github";