Socket
Socket
Sign inDemoInstall

audit-resolve-core

Package Overview
Dependencies
5
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    audit-resolve-core

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


Version published
Weekly downloads
39K
decreased by-5.01%
Maintainers
1
Install size
457 kB
Created
Weekly downloads
 

Readme

Source

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'

Keywords

FAQs

Last updated on 01 Feb 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc