Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dwisiswant0/nodep

A tool for check available dependency packages across npmjs, PyPI or RubyGems registry.
https://github.com/dwisiswant0/nodep

bugbounty bugbounty-tool gem go golang npm npmjs pip pypi rubygems

Last synced: 5 days ago
JSON representation

A tool for check available dependency packages across npmjs, PyPI or RubyGems registry.

Awesome Lists containing this project

README

        

```
nodep — check available dependency packages across npmjs, PyPI or RubyGems registry.

Installation (with Go):
$ go get -u github.com/dwisiswant0/nodep

Or download pre-built binary from releases page (https://github.com/dwisiswant0/nodep/releases/latest).

Usage of nodep:
nodep

Available registry options:
- npm (npmjs)
- pip (PyPI)
- gem (RubyGems)

Examples:
nodep pip reqeusts
nodep npm package.txt

Supporting Materials:
- Birsan, Alex. “Dependency Confusion: How I Hacked Into Apple, Microsoft and Dozens of Other Companies.” Medium, February 9, 2021, https://medium.com/@alex.birsan/dependency-confusion-4a5d60fec610.
- Tschacher, Nikolai. “Typosquatting Programming Language Package Managers.” incolumitas.com, June 8, 2016, https://incolumitas.com/2016/06/08/typosquatting-package-managers/.
```