snyk-config

  • Version 5.3.0
  • Published
  • 173 kB
  • 4 dependencies
  • (Apache-2.0 AND MIT) license

Install

npm i snyk-config
yarn add snyk-config
pnpm add snyk-config

Overview

Config setup for snyk shared across projects

Index

Functions

function loadConfig

loadConfig: (dir?: string, options?: Options) => { [property: string]: Json };

    Interfaces

    interface Options

    interface Options {}

      property parseEnvValues

      parseEnvValues?: boolean;

        property secretConfig

        secretConfig?: string;

          Type Aliases

          type Json

          type Json =
          | string
          | number
          | boolean
          | null
          | {
          [property: string]: Json;
          }
          | Json[];

            Package Files (1)

            Dependencies (4)

            Dev Dependencies (12)

            Peer Dependencies (0)

            No peer dependencies.

            Badge

            To add a badge like this onejsDocs.io badgeto your package's README, use the codes available below.

            You may also use Shields.io to create a custom badge linking to https://www.jsdocs.io/package/snyk-config.

            • Markdown
              [![jsDocs.io](https://img.shields.io/badge/jsDocs.io-reference-blue)](https://www.jsdocs.io/package/snyk-config)
            • HTML
              <a href="https://www.jsdocs.io/package/snyk-config"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>