3.0.0-3 • Published 2 years ago

audit-resolve-core v3.0.0-3

Weekly downloads
31,578
License
Apache 2.0
Repository
github
Last release
2 years ago

audit-resolve-core

Core modules for audit-resolve.json file and logic of its processing
See also: npm-audit-resolver

Embedding

In a package manager or a tool responsible for downloading audit information from NPM and processing it, do the following to introduce audit-resolve.json support:

const { dropResolvedActions } = require('audit-resolve-core/statusManager');
const audit = downoadAudit();
audit.actions = dropResolvedActions(audit.actions);

Decisions from audit-resolve.json file will be used to skip some of the items.

audit-resolve.json can be created manually or generated with a tool like npm-audit-resolver

audit-resolve.json manipulation

TBD

This library also provides support for anyone wanting to create content for audit-resolve.json files.

See the interface exposed in 'audit-resolve-core/statusManager'

3.0.0-3

2 years ago

3.0.0-2

3 years ago

1.1.8

4 years ago

1.1.7

5 years ago

1.1.6

5 years ago

1.1.5

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago