JSPM

  • Created
  • Published
  • Downloads 12632
  • Score
    100M100P100Q143645F
  • License Apache-2.0

Snyk CLI C/C++ plugin

Package Exports

  • snyk-cpp-plugin

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (snyk-cpp-plugin) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Snyk logo


Snyk helps you find, fix and monitor for known vulnerabilities in your dependencies, both on an ad hoc basis and as part of your CI (Build) system.

Snyk C/C++ CLI Plugin

A library used by the Snyk CLI to scan C/C++ projects.

Getting Started

Clone the repository and install dependencies:

git clone https://github.com/snyk/snyk-cpp-plugin
cd snyk-cpp-plugin
npm install

Run tests

npm test