@snyk/cli-interface
Snyk CLI interface definitions
Last updated 6 years ago by snyk-admin .
Apache-2.0 · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install @snyk/cli-interface 
SYNC missed versions from official npm registry.

snyk-cli-interface

Interface definitions for interactions between Snyk CLI and associated components:

  • plugins for analyzing various build systems
  • monitor states sent to snyk.io website

This library should be only imported from Typescript.

The types can be imported in one of the following ways:

  • whole sub-module import from the top level

    import { legacyPlugin as api } from '@snyk/cli-interface'; // use api.InspectOptions

  • "deep import" (discouraged but possible)

    import { InspectOptions } from '@snyk/cli-interface/legacy/plugin';

The npm package does not follow the usual Snyk convention and exports the build files in the root directory, not in dist, to enable "deep imports".

We still have to publish the package using the compiled files, because many tools in Node.js ecosystem assume that published libraries should be always in Javascript.

Contributing

To ensure the long-term stability and quality of this project, we are moving to a closed-contribution model effective August 2025. This change allows our core team to focus on a centralized development roadmap and rigorous quality assurance, which is essential for a component with such extensive usage.

All of our development will remain public for transparency. We thank the community for its support and valuable contributions.

Getting Support

GitHub issues have been disabled on this repository as part of our move to a closed-contribution model. The Snyk support team does not actively monitor GitHub issues on any Snyk development project.

For help with the Snyk CLI or Snyk in general, please use the Snyk support page, which is the fastest way to get assistance.

Current Tags

  • 2.15.0                                ...           latest (2 months ago)

36 Versions

  • 2.15.0                                ...           2 months ago
  • 2.14.1                                ...           a year ago
  • 2.14.0                                ...           2 years ago
  • 2.13.0                                ...           3 years ago
  • 2.12.0                                ...           3 years ago
  • 2.11.3                                ...           5 years ago
  • 2.11.2                                ...           5 years ago
  • 2.11.1                                ...           5 years ago
  • 2.11.0                                ...           5 years ago
  • 2.10.0                                ...           6 years ago
  • 2.9.2                                ...           6 years ago
  • 2.9.1                                ...           6 years ago
  • 2.9.0                                ...           6 years ago
  • 2.8.1                                ...           6 years ago
  • 2.8.0                                ...           6 years ago
  • 2.7.0                                ...           6 years ago
  • 2.6.1                                ...           6 years ago
  • 2.6.0                                ...           6 years ago
  • 2.5.0                                ...           6 years ago
  • 2.4.0                                ...           6 years ago
  • 2.3.2                                ...           6 years ago
  • 2.3.1                                ...           6 years ago
  • 2.3.0                                ...           6 years ago
  • 2.2.0                                ...           6 years ago
  • 2.1.0                                ...           7 years ago
  • 2.0.3                                ...           7 years ago
  • 2.0.2                                ...           7 years ago
  • 2.0.1                                ...           7 years ago
  • 2.0.0                                ...           7 years ago
  • 1.5.0                                ...           7 years ago
  • 1.4.0                                ...           7 years ago
  • 1.3.1                                ...           7 years ago
  • 1.3.0                                ...           7 years ago
  • 1.2.0                                ...           7 years ago
  • 1.1.0                                ...           7 years ago
  • 1.0.0                                ...           7 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 1
Last Day 0
Last Week 1
Last Month 0
Dependencies (1)
Dev Dependencies (2)

Copyright 2013 - present © cnpmjs.org | Home |