Socket
Socket
Sign inDemoInstall

github-api-promise

Package Overview
Dependencies
52
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.5.0 to 1.6.0

src/pull-requests/pull-requests.js

2

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

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

@@ -46,5 +46,13 @@ # github-api-promise

* [Repositories > Releases](https://developer.github.com/v3/repos/releases/)
* [Repositories > Repositories](https://developer.github.com/v3/repos/)
* [Activity > Events](https://developer.github.com/v3/activity/events/)
* Activity
* [Events](https://developer.github.com/v3/activity/events/)
* Issues
* [Comments](https://developer.github.com/v3/issues/comments/)
* [Events](https://developer.github.com/v3/issues/events/)
* [Issues](https://developer.github.com/v3/issues/)
* Pull Requests
* [Pull Requests](https://developer.github.com/v3/pulls/)
* Repositories
* [Releases](https://developer.github.com/v3/repos/releases/)
* [Repositories](https://developer.github.com/v3/repos/)

@@ -51,0 +59,0 @@ # Documentation

@@ -16,2 +16,6 @@ var githubApi = {};

githubApi.pullRequests = {
pullRequests: require('./pull-requests/pull-requests')
};
githubApi.repositories = {

@@ -18,0 +22,0 @@ releases: require('./repositories/releases'),

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