UNPKG

check-package-lock

Version:

Checks the package-lock.json file for insecure http:// links

18 lines (15 loc) 298 B
import globals from "globals"; import js from "@eslint/js"; export default [ { languageOptions: { globals: { process: "readonly", describe: "readonly", it: "readonly", ...globals.browser } } }, js.configs.recommended, ];