Socket
Socket
Sign inDemoInstall

octonode

Package Overview
Dependencies
51
Maintainers
1
Versions
67
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.10.1 to 0.10.2

8

lib/octonode/pr.js

@@ -146,4 +146,6 @@ // Generated by CoffeeScript 1.12.7

Pr.prototype.reviews = function(params,cb) {
return this.client.get("/repos/" + this.repo + "/pulls/" + this.number + "/reviews", params, function(err, s, b, h) {
Pr.prototype.reviews = function() {
var cb, i, params, ref;
params = 2 <= arguments.length ? slice.call(arguments, 0, i = arguments.length - 1) : (i = 0, []), cb = arguments[i++];
return (ref = this.client).get.apply(ref, ["/repos/" + this.repo + "/pulls/" + this.number + "/reviews"].concat(slice.call(params), [function(err, s, b, h) {
if (err) {

@@ -157,3 +159,3 @@ return cb(err);

}
});
}]));
};

@@ -160,0 +162,0 @@

{
"name": "octonode",
"version": "0.10.1",
"version": "0.10.2",
"author": "Pavan Kumar Sunkara <pavan.sss1991@gmail.com> (http://pksunkara.github.com)",

@@ -5,0 +5,0 @@ "description": "nodejs wrapper for github v3 api",

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc