audit-age

A Node.js CLI and equivalent JS API to audit the age of installed production npm packages.

Usage no npm install needed!

<script type="module">
  import auditAge from 'https://cdn.skypack.dev/audit-age';
</script>

README

audit-age

npm version CI status

A Node.js CLI and equivalent JS API to audit the age of installed production npm packages.

Installation

Installation isn’t required to use the CLI command audit-age with npx.

To install with npm, run:

npm install audit-age --save-dev

Then, use either the CLI command audit-age or the JS API function auditAge.

CLI

Command audit-age

Audits the age of installed production npm packages.

It implements the JS API function auditAge.

Examples

Using npx in a package directory with installed dependencies:

npx audit-age

Exports

These ECMAScript modules are published to npm and exported via the package.json exports field: