This package has been deprecated

Author message:

This package has been deprecated. The package has been moved under a new npm scope: @sec-tester. See https://www.npmjs.com/package/@sec-tester/reporter

@secbox/reporter
TypeScript icon, indicating that this package has built-in type declarations

0.13.0 • Public • Published

@secbox/reporter

Provide an abstraction for generating test results as part of the particular test frameworks.

Setup

npm i -s @secbox/reporter

Usage

The package provides only one implementation of the Reporter that lets to get results to stdout, i.e. StdReporter:

import { Reporter, StdReporter } from '@secboox/reporter';

const reporter: Reporter = new StdReporter();

You just need to call the report method to send findings to stdout:

await reporter.report(scan);
Sample console output

reporter-sample

License

Copyright © 2022 NeuraLegion.

This project is licensed under the MIT License - see the LICENSE file for details.

Package Sidebar

Install

npm i @secbox/reporter

Weekly Downloads

3

Version

0.13.0

License

MIT

Unpacked Size

13.9 kB

Total Files

30

Last publish

Collaborators

  • derevnjuk