New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

github4

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github4 - npm Package Compare versions

Comparing version 0.2.4 to 0.2.5

2

package.json
{
"name" : "github4",
"version" : "0.2.4",
"version" : "0.2.5",
"description" : "NodeJS wrapper for the GitHub API",

@@ -5,0 +5,0 @@ "author": "Mike de Boer <info@mikedeboer.nl>",

@@ -1,10 +0,10 @@

# JavaScript GitHub API for Node.JS
# Node-github
A Node.JS module, which provides an object oriented wrapper for the GitHub v3 API.
A Node.js wrapper for GitHub API.
## Installation
Install with the Node.JS package manager [npm](http://npmjs.org/) ![NPM version](https://badge.fury.io/js/github.svg):
Install with the Node.JS package manager [npm](http://npmjs.org/) ![NPM version](https://badge.fury.io/js/github4.svg):
$ npm install github
$ npm install github4

@@ -15,3 +15,3 @@ or

$ git clone git://github.com/mikedeboer/node-github.git
$ git clone git@github.com:kaizensoze/node-github.git
$ cd node-github

@@ -22,6 +22,5 @@ $ npm install

You can find the docs for the API of this client at [http://mikedeboer.github.com/node-github/](http://mikedeboer.github.com/node-github/)
Client API: [http://mikedeboer.github.com/node-github/](http://mikedeboer.github.com/node-github/)
Additionally, the [official Github documentation](https://developer.github.com/v3/)
is a very useful resource.
GitHub API: [https://developer.github.com/v3/](https://developer.github.com/v3/)

@@ -32,3 +31,3 @@ ## Example

```javascript
var GitHubApi = require("github");
var GitHubApi = require("github4");

@@ -53,3 +52,3 @@ var github = new GitHubApi({

// },
user: "mikedeboer"
user: "kaizensoze"
}, function(err, res) {

@@ -56,0 +55,0 @@ console.log(JSON.stringify(res));

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