Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

contributor-count

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

contributor-count - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

5

package.json
{
"name": "contributor-count",
"version": "1.0.1",
"version": "1.0.2",
"description": "Count the number of people with write access to a package",

@@ -10,3 +10,3 @@ "main": "src/lib/count.js",

"dependencies": {
"axios": "^0.12.0",
"axios": "^0.21.1",
"bluebird": "^3.4.1",

@@ -18,3 +18,2 @@ "lodash": "^4.13.1",

},
"devDependencies": {},
"scripts": {

@@ -21,0 +20,0 @@ "test": "echo \"Error: no test specified\" && exit 1"

@@ -10,11 +10,2 @@ NPM Contributor Count

This package requires a minimum of Node 6, as many ES6 features are used.
Installing
----------
```bash
npm install -g contributor-count
```
Usage

@@ -26,3 +17,3 @@ -----

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

@@ -35,4 +26,4 @@ >

```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
>

@@ -39,0 +30,0 @@ ```

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc