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

getcontributors

Package Overview
Dependencies
Maintainers
1
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

getcontributors - npm Package Compare versions

Comparing version 1.3.3 to 1.3.4

4

out/lib/getcontributors.js

@@ -101,2 +101,6 @@ // Generated by CoffeeScript 1.6.3

contributorData.text = contributorData.text.join(' ') || null;
contributorData.markdown = "[" + contributorData.name + "](" + contributorData.url + ")";
if (contributorData.email) {
contributorData.markdown += " <" + contributorData.email + ">";
}
return contributorData;

@@ -103,0 +107,0 @@ };

4

package.json
{
"title": "Get Contributors",
"name": "getcontributors",
"version": "1.3.3",
"version": "1.3.4",
"description": "Fetch all the contributors of all the specified github users repositories",

@@ -56,3 +56,3 @@ "homepage": "https://github.com/bevry/getcontributors",

"chai": "~1.8.1",
"projectz": "~0.2.7"
"projectz": "~0.3.0"
},

@@ -59,0 +59,0 @@ "directories": {

@@ -31,10 +31,6 @@

### [Node](http://nodejs.org/), [Browserify](http://browserify.org/)
### [Node](http://nodejs.org/)
- Use: `require('getcontributors')`
- Install: `npm install --save getcontributors`
### [Ender](http://ender.jit.su/)
- Use: `require('getcontributors')`
- Install: `ender add getcontributors`
<!-- /INSTALL -->

@@ -87,3 +83,3 @@

## History
[Discover the change history by heading on over to the `History.md` file.](https://github.com/bevry/getcontributors/blob/master/History.md#files)
[Discover the change history by heading on over to the `HISTORY.md` file.](https://github.com/bevry/getcontributors/blob/master/HISTORY.md#files)

@@ -97,3 +93,3 @@ <!-- /HISTORY -->

[Discover how you can contribute by heading on over to the `Contributing.md` file.](https://github.com/bevry/getcontributors/blob/master/Contributing.md#files)
[Discover how you can contribute by heading on over to the `CONTRIBUTING.md` file.](https://github.com/bevry/getcontributors/blob/master/CONTRIBUTING.md#files)

@@ -127,3 +123,3 @@ <!-- /CONTRIBUTE -->

[Become a contributor!](https://github.com/bevry/getcontributors/blob/master/Contributing.md#files)
[Become a contributor!](https://github.com/bevry/getcontributors/blob/master/CONTRIBUTING.md#files)

@@ -130,0 +126,0 @@ <!-- /BACKERS -->

Sorry, the diff of this file is not supported yet

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