Skip to content

Core modules for audit-resolve.json file and logic of its processing

Notifications You must be signed in to change notification settings

ronjouch/audit-resolve-core

This branch is up to date with naugtur/audit-resolve-core:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jul 15, 2020
2e650f9 · Jul 15, 2020

History

19 Commits
Sep 26, 2019
Sep 19, 2019
Jul 27, 2019
Sep 26, 2019
Aug 4, 2019
Aug 2, 2019
Jul 27, 2019
Jul 27, 2019
Jul 15, 2020
Jul 15, 2020
Jul 27, 2019
Sep 19, 2019

Repository files navigation

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'

About

Core modules for audit-resolve.json file and logic of its processing

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%