
Security News
Google’s OSV Fix Just Added 500+ New Advisories — All Thanks to One Small Policy Change
A data handling bug in OSV.dev caused disputed CVEs to disappear from vulnerability feeds until a recent fix restored over 500 advisories.
Search dependents of a node module.
As a module and/or maintenance developer it can be handy to gather information on which modules are actually using your module, e.g. which parts of the api it uses, variable names etc. This can be particularly useful when changing the API and helps answering the question How will this change affect the users of my module?
.
module-dependents
the_silver_searcher
but points out blobs on GitHub rather than files on the local file systemData is stored using level
. Storage path defaults to ~/.depgrep/db
but can be configured by the depgrep_db
environment variable (determined by rc
).
$ npm i depgrep -g
Search for testBuffer
in dependents of abstract-leveldown
To clear search results and cached dependents:
$ depgrep -c | --clear-cache
Display help:
$ depgrep -h | --help
GPL-3.0 © 2018-present Lars-Magnus Skog.
FAQs
Search dependents of a node module.
The npm package depgrep receives a total of 0 weekly downloads. As such, depgrep popularity was classified as not popular.
We found that depgrep 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
A data handling bug in OSV.dev caused disputed CVEs to disappear from vulnerability feeds until a recent fix restored over 500 advisories.
Research
/Security News
175 malicious npm packages (26k+ downloads) used unpkg CDN to host redirect scripts for a credential-phishing campaign targeting 135+ organizations worldwide.
Security News
Python 3.14 adds template strings, deferred annotations, and subinterpreters, plus free-threaded mode, an experimental JIT, and Sigstore verification.