An open API service indexing awesome lists of open source software.

https://github.com/center-key/npm-security-aggregator

🛡️ View audit reports for a published npm package
https://github.com/center-key/npm-security-aggregator

audit npm package security vulnerability

Last synced: 17 days ago
JSON representation

🛡️ View audit reports for a published npm package

Awesome Lists containing this project

README

          

# npm-security-aggregator
logo

_View audit reports for a published npm package_

[![License:MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/center-key/npm-security-aggregator/blob/main/LICENSE.txt)
[![Build](https://github.com/center-key/npm-security-aggregator/actions/workflows/run-spec-on-push.yaml/badge.svg)](https://github.com/center-key/npm-security-aggregator/actions/workflows/run-spec-on-push.yaml)
[![Publish Website](https://github.com/center-key/npm-security-aggregator/actions/workflows/publish-website.yaml/badge.svg)](https://github.com/center-key/npm-security-aggregator/actions/workflows/publish-website.yaml)

**npm Security Aggregator** looks up a package's repository metadata and presents buttons to open
audit reports from various third-party security vendors.

## A) Online Tool
#### Webpage:
https://center-key.github.io/npm-security-aggregator

## B) Automatically Look Up Package
Append the query string parameter `package` to the URL in order to specify an initial package name.

#### Example URL:
```
https://center-key.github.io/npm-security-aggregator/?package=fetch-json
```

## C) Markdown
#### Example Markdown (`.md`):
```markdown
[🛡️ npm Security Aggregator](https://center-key.github.io/npm-security-aggregator/?package=fetch-json)
```
#### Above link renders as:
[🛡️ npm Security Aggregator](https://center-key.github.io/npm-security-aggregator/?package=fetch-json)


---
[MIT License](LICENSE.txt)

See the `runScriptsConfig` section of [`package.json`](package.json) for a clean way to organize build tasks:
- 🎋 [`add-dist-header`](https://github.com/center-key/add-dist-header) —  _Prepend a one-line banner comment (with license notice) to distribution files_
- 📄 [`copy-file-util`](https://github.com/center-key/copy-file-util) —  _Copy or rename a file with optional package version number_
- 📂 [`copy-folder-util`](https://github.com/center-key/copy-folder-util) —  _Recursively copy files from one folder to another folder_
- 🪺 [`recursive-exec`](https://github.com/center-key/recursive-exec) —  _Run a command on each file in a folder and its subfolders_
- 🔍 [`replacer-util`](https://github.com/center-key/replacer-util) —  _Find and replace strings or template outputs in text files_
- 🔢 [`rev-web-assets`](https://github.com/center-key/rev-web-assets) —  _Revision web asset filenames with cache busting content hash fingerprints_
- 🚆 [`run-scripts-util`](https://github.com/center-key/run-scripts-util) —  _Organize npm package.json scripts into groups of easy-to-manage commands_
- 🚦 [`w3c-html-validator`](https://github.com/center-key/w3c-html-validator) —  _Check the markup validity of HTML files using the W3C validator_