Socket
Socket
Sign inDemoInstall

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.12.1 to 1.12.2

2

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

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

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

*/
getXXX: function(id, params) {
getTeamProjects: function(id, params) {
return req.standardRequest(`${config.host}/teams/${id}/projects?${req.assembleQueryParams(params,

@@ -263,0 +263,0 @@ ['page'])}`);

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