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

octonode

Package Overview
Dependencies
Maintainers
1
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

octonode - npm Package Compare versions

Comparing version 0.10.0 to 0.10.1

4

lib/octonode/pr.js

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

Pr.prototype.reviews = function(cb) {
return this.client.get("/repos/" + this.repo + "/pulls/" + this.number + "/reviews", function(err, s, b, h) {
Pr.prototype.reviews = function(params,cb) {
return this.client.get("/repos/" + this.repo + "/pulls/" + this.number + "/reviews", params, function(err, s, b, h) {
if (err) {

@@ -150,0 +150,0 @@ return cb(err);

{
"name": "octonode",
"version": "0.10.0",
"version": "0.10.1",
"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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc