@khulnasoft/cli-interface
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

vulnmap-cli-interface

Interface definitions for interactions between Vulnmap CLI and associated components:

  • plugins for analyzing various build systems
  • monitor states sent to khulnasoft.com 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 '@khulnasoft/cli-interface'; // use api.InspectOptions

  • "deep import" (discouraged but possible)

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

The npm package does not follow the usual Khulnasoft 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.

Readme

Keywords

none

Package Sidebar

Install

npm i @khulnasoft/cli-interface

Weekly Downloads

0

Version

0.0.1

License

Apache-2.0

Unpacked Size

20.9 kB

Total Files

18

Last publish

Collaborators

  • nextlinux