Skip to content

Commit

Permalink
Merge pull request #3 from chrisfosterelli/fix-axios
Browse files Browse the repository at this point in the history
Update axios
  • Loading branch information
chrisfosterelli committed Aug 30, 2021
2 parents fb44dbb + ad4205b commit 9c7d67d
Show file tree
Hide file tree
Showing 3 changed files with 366 additions and 14 deletions.
15 changes: 3 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,31 +7,22 @@ module that those modules import (and so on), can put your project at risk so
it is important to understand the exposure you are receiving when you add an npm
package as a dependency to your project. I've writte a bit about this [here].

This package requires a minimum of Node 6, as many ES6 features are used.

Installing
----------

```bash
npm install -g contributor-count
```

Usage
-----

To test all of the dependencies for the package in your local directory:

```bash
> contributor-count
> npx contributor-count
local package has 19 contributors with access to the project or its dependencies
>
```

To test all of the dependencies for a given package on npm:

```bash
> contributor-count express
express has 51 contributors with access to the project or its dependencies
> npx contributor-count express
express has 106 contributors with access to the project or its dependencies
>
```

Expand Down
362 changes: 362 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9c7d67d

Please sign in to comment.