Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

audit-app

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

audit-app - npm Package Versions

2

0.8.1

Diff

Changelog

Source

0.8.1 (2022-07-27)

This version updates the json schema for config files to allow GHSA IDs.

Note that while audit-app is not officially deprecated, we now strongly recommend using osv-detector instead - it does the exact same thing, only better! (and faster too)

Bug fixes

  • update schema to allow GHSA IDs ([aa5b6ef0][])
g-rath
published 0.8.0 •

Changelog

Source

0.8.0 (2022-03-14)

This version changes audit findings to use the GHSA as the ID where possible, which means existing ignores will be incorrect now - luckily this release also adds a --update-config-ignores flag which can be used to automatically update the ignore field in the config with all the vulnerabilities found by the auditor!

The reason for this change is that the IDs have not been stable since the NPM advisory was merged into the GitHub advisory database, so CIs often fail due to ignores being "missing" and "new" vulnerabilities appearing.

This should resolve that, since the GHSA should be stable and present for all findings with all package managers.

Features

  • use GHSA as ID to improve stability ([#19][])
  • support updating ignore list in config file with --update-config-ignores flag ([#20][])
g-rath
published 0.7.0 •

Changelog

Source

0.7.0 (2021-07-23)

This version greatly improves NPM 7 support, including restoring dependency paths used for ignoring vulnerabilities to their full selves as they are with yarn and NPM 6.

This also means workspaces (which are new in NPM 7) and file: dependencies are supported properly - there are a few quirks, but these exist in NPM as well and are a nature of using local file dependencies so cannot be easily avoided.

All vulnerabilities should be reported, but nested file: dependencies may be listed both as nested & again as top-level dependencies.

Features

  • improve npm v7 support by walking the dependency tree ([b7694d8e][])
g-rath
published 0.6.0 •

Changelog

Source

0.6.0 (2021-07-16)

Features

  • include vulnerable versions in findings when available ([#14][])
  • sort the order of vulnerability paths when using the paths output ([#13][])
g-rath
published 0.5.3 •

Changelog

Source

0.5.3 (2021-06-11)

Bug fixes

  • improve grammar of "missing ignored vulnerabilities" message ([#11][])
  • make it more obvious that the "missing ignored vulnerabilities" message is an error rather than a warning ([#11][])
  • support dependencies with multiple vulnerabilities when using npm v7 ([#10][])
g-rath
published 0.5.2 •

Changelog

Source

0.5.2 (2021-02-24)

Bug fixes

  • use wrap-ansi for wrapping text when formatting tables ([191652d8][])
g-rath
published 0.5.1 •

Changelog

Source

0.5.1 (2021-02-15)

Bug fixes

  • update pattern for ignore paths in config schema ([70ced7f9][])
g-rath
published 0.5.0 •

Changelog

Source

0.5.0 (2021-02-15)

This version dramatically changes the audit report created by audit-app in order to support NPM 7.

In addition to changing the JSON structure outputted by --output json, the format of ignore paths has also changed meaning any existing ignores will need to be updated.

Features

  • initial support for NPM 7 ([2e10def0][])
g-rath
published 0.4.3 •

Changelog

Source

0.4.3 (2021-01-06)

Bug fixes

  • update schema to be valid in strict mode ([d5c5fd0e][])
g-rath
published 0.4.2 •

Changelog

Source

0.4.2 (2020-09-26)

Bug fixes

  • replace use of flatMap to support lower versions of node ([86083810][])
2
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc