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.0.6 to 1.1.0

src/activity/activity.js

15

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

@@ -9,11 +9,12 @@ "main": "src/app.js",

"repository": {
"type": "git",
"url": "https://github.com/T-Boss/github-api-promise.git"
"type": "git",
"url": "https://github.com/princenebulon/github-api-promise.git"
},
"dependencies": {
"superagent-bluebird-promise": "*",
"bluebird": "*",
"lognext": "0.0.3",
"q": "*",
"superagent": "*",
"bluebird": "*",
"q": "*"
"superagent-bluebird-promise": "*"
}
}
}

@@ -31,4 +31,4 @@ # github-api

// Do your stuff here. res is the JSON object returned by the API
},
function(err) {
})
.catch(function(err) {
console.log('Request failed: ' + err);

@@ -35,0 +35,0 @@ });

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

githubApi.repos = require('./repositories/repositories');
githubApi.activity = require('./activity/activity');

@@ -8,0 +9,0 @@ // Set to window object if there is a window

@@ -0,0 +0,0 @@ var config = {};

@@ -0,0 +0,0 @@ var request = require('superagent-bluebird-promise');

@@ -0,0 +0,0 @@ var repositories = {};

Sorry, the diff of this file is not supported yet

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