![require(esm) Backported to Node.js 20, Paving the Way for ESM-Only Packages](https://cdn.sanity.io/images/cgdhsj6q/production/be8ab80c8efa5907bc341c6fefe9aa20d239d890-1600x1097.png?w=400&fit=max&auto=format)
Security News
require(esm) Backported to Node.js 20, Paving the Way for ESM-Only Packages
require(esm) backported to Node.js 20, easing the transition to ESM-only packages and reducing complexity for developers as Node 18 nears end-of-life.
Check the NVD for vulnerabilites based on a provided checklist file and output results to text or PDF
This project is designed to assist with searching the National Vulnerability Database (NVD) and getting vulnerability info for the products that matter to you
If there's errors or anything like that, feel free to put up and issue or contact me personally.
Please be patient since this will be the first npm cli-type project I've worked on. I'll be testing as I can
You can install this cli program via npm:
npm install -g nvd-cli
Standard --version
arg is supported to check which version of this npm app you have:
$ nvd-cli --version
0.6.5
$ nvd-cli -t search_term -f [year] || -r
-f, --full Conduct a full search against for a given <year> arg
-r, --recent, recent Search for vulnerabilaties in the NVD recent category using default
-t, --term Search term to check the NVD database against
0.6.5
0.5.5
commander
for processing args instead of custom code0.5.0
--vendor
option to -s
and --search
primary flags0.4.9
0.4.8
0.4.7
--search
command now actually does something (accidentally left code commented when testing)0.4.5
0.4.1
0.4.0
help <command>
functionality. There's likely typos/errors. If you find any let me know-h (--help)
informationnpm
0.3.5
-t (--type)
optional flag for changing the output type0.3.2
0.3.1
-s
now requires at least 3 characters to search by-s
flag wasn't actually searching the passed year0.3.0
-s
functionality has been (mostly) implimented-v
flag will now show the version of nvd-cli installed0.2.0
-f
and -r
args work as before if not better than before-c
and -o
commands for setting a custom checklist and output location have been added0.1.2
help <command>
not yet working0.1.0
0.0.1
See LICENSE file in the root directory
FAQs
Check the NVD for vulnerabilites based on a providedsearch term and output results to PDF
The npm package nvd-cli receives a total of 0 weekly downloads. As such, nvd-cli popularity was classified as not popular.
We found that nvd-cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
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.
Security News
require(esm) backported to Node.js 20, easing the transition to ESM-only packages and reducing complexity for developers as Node 18 nears end-of-life.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.