Socket
Socket
Sign inDemoInstall

github-api-promise

Package Overview
Dependencies
Maintainers
2
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.13.5 to 1.13.6

build/activity/events.d.ts

37

package.json
{
"name": "github-api-promise",
"version": "1.13.5",
"version": "1.13.6",
"description": "A node module for interfacing with the Github API using promises",
"main": "src/app.js",
"main": "build/app.js",
"module": "build/app.js",
"type": "module",
"author": "Tim Smith",

@@ -10,20 +12,33 @@ "license": "MIT",

"type": "git",
"url": "https://github.com/princenebulon/github-api-promise.git"
"url": "https://github.com/purecloudlabs/github-api-promise.git"
},
"dependencies": {
"bluebird": "^3.5.1",
"axios": "^0.27.2",
"lodash": "^4.17.10",
"lognext": "0.0.4",
"q": "^1.5.1",
"superagent": "^3.8.3",
"superagent-bluebird-promise": "^4.2.0",
"urlencode": "^1.1.0"
"log4js": "^6.6.1"
},
"bugs": {
"url": "https://github.com/purecloudlabs/github-api-promise/issues"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.0.6",
"docdash": "^0.4.0",
"jsdoc": "^3.6.3"
"jsdoc": "^3.6.3",
"rollup": "^2.78.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-typescript2": "^0.31.1",
"typescript": "^4.7.4"
},
"peerDependencies": {
"octokit": "^2.0.5"
},
"scripts": {
"build": "rm -rf build && rollup -c rollup.config.js",
"generate-docs": "node ./node_modules/jsdoc/jsdoc.js -r -c jsdoc.json -R README.md"
}
},
"files": [
"build"
]
}

@@ -5,3 +5,2 @@ # github-api-promise

# Installation

@@ -13,9 +12,7 @@

# Resources
* [Documentation](https://princenebulon.github.io/github-api-promise/)
* [![npm](https://img.shields.io/npm/v/github-api-promise.svg)](https://www.npmjs.com/package/github-api-promise)
- [Documentation](https://purecloudlabs.github.io/github-api-promise/)
- [![npm](https://img.shields.io/npm/v/github-api-promise.svg)](https://www.npmjs.com/package/github-api-promise)
# Usage

@@ -25,3 +22,3 @@

1. Require _github-api-promise_
1. import _github-api-promise_
2. Set settings

@@ -33,3 +30,3 @@ 3. Make API calls

```JavaScript
const api = require('github-api-promise');
import api from "github-api-promise";

@@ -54,3 +51,2 @@ // Set settings

# API Support

@@ -60,20 +56,19 @@

* 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
* [Comments](https://developer.github.com/v3/pulls/comments/)
* [Pull Requests](https://developer.github.com/v3/pulls/)
* Repositories
* [Commits](https://developer.github.com/v3/repos/commits/)
* [Contents](https://developer.github.com/v3/repos/contents/)
* [Releases](https://developer.github.com/v3/repos/releases/)
* [Repositories](https://developer.github.com/v3/repos/)
* Teams
* [Teams](https://developer.github.com/v3/teams/)
- 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
- [Comments](https://developer.github.com/v3/pulls/comments/)
- [Pull Requests](https://developer.github.com/v3/pulls/)
- Repositories
- [Commits](https://developer.github.com/v3/repos/commits/)
- [Contents](https://developer.github.com/v3/repos/contents/)
- [Releases](https://developer.github.com/v3/repos/releases/)
- [Repositories](https://developer.github.com/v3/repos/)
- Teams
- [Teams](https://developer.github.com/v3/teams/)
# Thanks

@@ -80,0 +75,0 @@

Sorry, the diff of this file is not supported yet

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