New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

getrepos

Package Overview
Dependencies
Maintainers
1
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

getrepos - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

HISTORY.md

17

LICENSE.md
<!-- LICENSEFILE -->
<!-- LICENSEFILE/ -->
# License
Copyright &copy; 2013+ Bevry Pty Ltd <us@bevry.me> (http://bevry.me)
## The MIT License
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
<!-- /LICENSEFILE -->

17

out/lib/getrepos.js

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.6.3
// Generated by CoffeeScript 1.8.0
(function() {

@@ -57,4 +57,3 @@ var Getter, TaskGroup, extendr, typeChecker,

Getter.prototype.getRepos = function(repos) {
var comparator, exists,
_this = this;
var comparator, exists;
this.log('debug', 'Get repos');

@@ -92,5 +91,7 @@ comparator = function(a, b) {

if (typeChecker.isPlainObject(repos) === true) {
repos = Object.keys(repos).map(function(key) {
return repos[key];
});
repos = Object.keys(repos).map((function(_this) {
return function(key) {
return repos[key];
};
})(this));
}

@@ -106,5 +107,5 @@ repos = repos.sort(comparator);

repos = [];
tasks = new TaskGroup().setConfig({
tasks = new TaskGroup({
concurrency: 0
}).once('complete', function(err) {
}).done(function(err) {
var result;

@@ -111,0 +112,0 @@ if (err) {

{
"title": "Get Repos",
"name": "getrepos",
"version": "1.0.5",
"version": "1.0.6",
"description": "Fetch the specified repositories, or those that match a particular github user or search query",
"homepage": "https://github.com/bevry/getrepos",
"license": "MIT",
"license": {
"type": "MIT"
},
"badges": {
"travis": true,
"npm": true,
"npmdownloads": true,
"david": true,
"daviddev": true,
"gittip": "bevry",
"flattr": "344188/balupton-on-Flattr",
"paypal": "QB8GQPZAH84N6"
"paypal": "QB8GQPZAH84N6",
"bitcoin": "https://coinbase.com/checkouts/9ef59f5479eec1d97d63382c9ebcb93a",
"wishlist": "http://amzn.com/w/2F8TXKSNAFG4V"
},

@@ -43,13 +50,13 @@ "keywords": [

"dependencies": {
"extendr": "~2.1.0",
"feedr": "~2.7.5",
"typechecker": "~2.0.6",
"taskgroup": "~3.3.4"
"extendr": "^2.1.0",
"taskgroup": "^4.0.5",
"typechecker": "^2.0.8",
"feedr": "^2.10.3"
},
"devDependencies": {
"coffee-script": "~1.6.2",
"joe": "~1.3.0",
"coffee-script": "~1.8.0",
"joe": "~1.5.0",
"joe-reporter-console": "~1.2.1",
"chai": "~1.8.0",
"projectz": "~0.2.7"
"chai": "~1.10.0",
"projectz": "~0.3.17"
},

@@ -63,2 +70,2 @@ "directories": {

"main": "./out/lib/getrepos.js"
}
}
<!-- TITLE -->
<!-- TITLE/ -->
<!-- BADGES -->
# Get Repos
<!-- DESCRIPTION -->
<!-- /TITLE -->
<!-- INSTALL -->
<!-- BADGES/ -->
[![Build Status](https://img.shields.io/travis/bevry/getrepos/master.svg)](http://travis-ci.org/bevry/getrepos "Check this project's build status on TravisCI")
[![NPM version](https://img.shields.io/npm/v/getrepos.svg)](https://npmjs.org/package/getrepos "View this project on NPM")
[![NPM downloads](https://img.shields.io/npm/dm/getrepos.svg)](https://npmjs.org/package/getrepos "View this project on NPM")
[![Dependency Status](https://img.shields.io/david/bevry/getrepos.svg)](https://david-dm.org/bevry/getrepos)
[![Dev Dependency Status](https://img.shields.io/david/dev/bevry/getrepos.svg)](https://david-dm.org/bevry/getrepos#info=devDependencies)<br/>
[![Gratipay donate button](https://img.shields.io/gratipay/bevry.svg)](https://www.gratipay.com/bevry/ "Donate weekly to this project using Gratipay")
[![Flattr donate button](https://img.shields.io/badge/flattr-donate-yellow.svg)](http://flattr.com/thing/344188/balupton-on-Flattr "Donate monthly to this project using Flattr")
[![PayPayl donate button](https://img.shields.io/badge/paypal-donate-yellow.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QB8GQPZAH84N6 "Donate once-off to this project using Paypal")
[![BitCoin donate button](https://img.shields.io/badge/bitcoin-donate-yellow.svg)](https://coinbase.com/checkouts/9ef59f5479eec1d97d63382c9ebcb93a "Donate once-off to this project using BitCoin")
[![Wishlist browse button](https://img.shields.io/badge/wishlist-donate-yellow.svg)](http://amzn.com/w/2F8TXKSNAFG4V "Buy an item on our wishlist for us")
<!-- /BADGES -->
<!-- DESCRIPTION/ -->
Fetch the specified repositories, or those that match a particular github user or search query
<!-- /DESCRIPTION -->
<!-- INSTALL/ -->
## Install
### [NPM](http://npmjs.org/)
- Use: `require('getrepos')`
- Install: `npm install --save getrepos`
<!-- /INSTALL -->
## Usage

@@ -38,8 +70,60 @@

<!-- HISTORY -->
<!-- HISTORY/ -->
<!-- CONTRIBUTE -->
## History
[Discover the change history by heading on over to the `HISTORY.md` file.](https://github.com/bevry/getrepos/blob/master/HISTORY.md#files)
<!-- BACKERS -->
<!-- /HISTORY -->
<!-- LICENSE -->
<!-- CONTRIBUTE/ -->
## Contribute
[Discover how you can contribute by heading on over to the `CONTRIBUTING.md` file.](https://github.com/bevry/getrepos/blob/master/CONTRIBUTING.md#files)
<!-- /CONTRIBUTE -->
<!-- BACKERS/ -->
## Backers
### Maintainers
These amazing people are maintaining this project:
- Benjamin Lupton <b@lupton.cc> (https://github.com/balupton)
### Sponsors
No sponsors yet! Will you be the first?
[![Gratipay donate button](https://img.shields.io/gratipay/bevry.svg)](https://www.gratipay.com/bevry/ "Donate weekly to this project using Gratipay")
[![Flattr donate button](https://img.shields.io/badge/flattr-donate-yellow.svg)](http://flattr.com/thing/344188/balupton-on-Flattr "Donate monthly to this project using Flattr")
[![PayPayl donate button](https://img.shields.io/badge/paypal-donate-yellow.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QB8GQPZAH84N6 "Donate once-off to this project using Paypal")
[![BitCoin donate button](https://img.shields.io/badge/bitcoin-donate-yellow.svg)](https://coinbase.com/checkouts/9ef59f5479eec1d97d63382c9ebcb93a "Donate once-off to this project using BitCoin")
[![Wishlist browse button](https://img.shields.io/badge/wishlist-donate-yellow.svg)](http://amzn.com/w/2F8TXKSNAFG4V "Buy an item on our wishlist for us")
### Contributors
These amazing people have contributed code to this project:
- [Benjamin Lupton](https://github.com/balupton) <b@lupton.cc> — [view contributions](https://github.com/bevry/getrepos/commits?author=balupton)
[Become a contributor!](https://github.com/bevry/getrepos/blob/master/CONTRIBUTING.md#files)
<!-- /BACKERS -->
<!-- LICENSE/ -->
## License
Licensed under the incredibly [permissive](http://en.wikipedia.org/wiki/Permissive_free_software_licence) [MIT license](http://creativecommons.org/licenses/MIT/)
Copyright &copy; 2013+ Bevry Pty Ltd <us@bevry.me> (http://bevry.me)
<!-- /LICENSE -->

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