Socket
Socket
Sign inDemoInstall

github-api-promise

Package Overview
Dependencies
59
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.13.2 to 1.13.3

2

package.json
{
"name": "github-api-promise",
"version": "1.13.2",
"version": "1.13.3",
"description": "A node module for interfacing with the Github API using promises",

@@ -5,0 +5,0 @@ "main": "src/app.js",

@@ -60,7 +60,7 @@ const config = require('../config');

* @param {object} body.committer - The person that committed the file. Default: the authenticated user.
* @param {object} body.committer.name - Required. The name of the author or committer of the commit. You'll receive a 422 status code if name is omitted.
* @param {object} body.committer.email - Required. The email of the author or committer of the commit. You'll receive a 422 status code if email is omitted.
* @param {string} body.committer.name - Required. The name of the author or committer of the commit. You'll receive a 422 status code if name is omitted.
* @param {string} body.committer.email - Required. The email of the author or committer of the commit. You'll receive a 422 status code if email is omitted.
* @param {object} body.author - The author of the file. Default: The committer or the authenticated user if you omit committer.
* @param {object} body.author.name - Required. The name of the author or committer of the commit. You'll receive a 422 status code if name is omitted.
* @param {object} body.author.email - Required. The email of the author or committer of the commit. You'll receive a 422 status code if email is omitted.
* @param {string} body.author.name - Required. The name of the author or committer of the commit. You'll receive a 422 status code if name is omitted.
* @param {string} body.author.email - Required. The email of the author or committer of the commit. You'll receive a 422 status code if email is omitted.
*

@@ -86,7 +86,7 @@ * @return {object} Commit data

* @param {object} body.committer - The person that committed the file. Default: the authenticated user.
* @param {object} body.committer.name - Required. The name of the author or committer of the commit. You'll receive a 422 status code if name is omitted.
* @param {object} body.committer.email - Required. The email of the author or committer of the commit. You'll receive a 422 status code if email is omitted.
* @param {string} body.committer.name - Required. The name of the author or committer of the commit. You'll receive a 422 status code if name is omitted.
* @param {string} body.committer.email - Required. The email of the author or committer of the commit. You'll receive a 422 status code if email is omitted.
* @param {object} body.author - The author of the file. Default: The committer or the authenticated user if you omit committer.
* @param {object} body.author.name - Required. The name of the author or committer of the commit. You'll receive a 422 status code if name is omitted.
* @param {object} body.author.email - Required. The email of the author or committer of the commit. You'll receive a 422 status code if email is omitted.
* @param {string} body.author.name - Required. The name of the author or committer of the commit. You'll receive a 422 status code if name is omitted.
* @param {string} body.author.email - Required. The email of the author or committer of the commit. You'll receive a 422 status code if email is omitted.
*

@@ -107,3 +107,3 @@ * @return {object} Commit data

* @param {string} archiveFormat - Either tarball or zipball
* @param {object} ref - A valid Git reference. If you omit :ref, the repository’s default branch (usually master) will be used
* @param {string} ref - A valid Git reference. If you omit :ref, the repository’s default branch (usually master) will be used
*

@@ -110,0 +110,0 @@ * @return {null} 302

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc