
Security News
CISA Kills Off RSS Feeds for KEVs and Cyber Alerts
CISA is discontinuing official RSS support for KEV and cybersecurity alerts, shifting updates to email and social media, disrupting automation workflows.
purescript-dependency-helper
Advanced tools
[](https://www.npmjs.com/package/purescript-dependency-helper)
A tool to perform reverse lookups of purescript dependencies.
npm install -g purescript-dependency helper
This will install a globally-runnable command called psc-dependencies
.
To find the dependants of a project:
psc-dependencies --lookup purescript-free
The returned list is a topologically sorted list of all dependants, including transitive dependants (suffixed with an *
in the result), meaning if you are using this tool to find projects that need their versions bumping, you can safely run through this list from top to bottom.
Please note that running psc-dependencies
will create a .psc-dependencies-cache
subdirectory within the current directory to cache various metadata files.
The first time a psc-dependencies
command is run the cache will be created, subsequent runs will only refer to the cache. To clear the cache either delete the .psc-dependencies-cache
directory, or run psc-dependencies --clean
.
To only show direct dependants the --direct
flag can be used.
If you're only interested in finding the dependants owned by a particular owner (or list of owners) the --filter-owners
flag enables this. For example:
psc-dependencies --lookup purescript-free --filter-owners ethul
Or for a list of owners, use a comma-separated list:
psc-dependencies --lookup purescript-free --filter-owners ethul,slamdata
The --markdown
flag will print the output as a GitHub flavoured markdown check list, with links to each of the project repositories.
FAQs
A tool to perform reverse lookups of purescript dependencies
The npm package purescript-dependency-helper receives a total of 6 weekly downloads. As such, purescript-dependency-helper popularity was classified as not popular.
We found that purescript-dependency-helper 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
CISA is discontinuing official RSS support for KEV and cybersecurity alerts, shifting updates to email and social media, disrupting automation workflows.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.