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

github-api-promise

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github-api-promise - npm Package Compare versions

Comparing version 1.3.0 to 1.4.0

src/issues/events.js

2

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

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

@@ -11,2 +11,3 @@ var githubApi = {};

githubApi.issues = {
events: require('./issues/events'),
issues: require('./issues/issues')

@@ -13,0 +14,0 @@ };

@@ -12,3 +12,3 @@ const config = require('../config');

*
* @see {@link https://developer.github.com/v3/repos/#list-issues}
* @see {@link https://developer.github.com/v3/issues/#list-issues}
*

@@ -35,3 +35,3 @@ * @param {object} params - An object of parameters for the request

*
* @see {@link https://developer.github.com/v3/repos/#list-issues}
* @see {@link https://developer.github.com/v3/issues/#list-issues}
*

@@ -58,3 +58,3 @@ * @param {object} params - An object of parameters for the request

*
* @see {@link https://developer.github.com/v3/repos/#list-issues}
* @see {@link https://developer.github.com/v3/issues/#list-issues}
*

@@ -61,0 +61,0 @@ * @param {string} org - The organization

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