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.20 to 0.3.0

test/usersTest.js

2

examples/get_user.js

@@ -15,4 +15,4 @@ "use strict";

github.user.get({}, function(err, res) {
github.users.get({}, function(err, res) {
console.log(err, res);
});
{
"name": "github4",
"version": "0.2.20",
"version": "0.3.0",
"description": "NodeJS wrapper for the GitHub API",

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

@@ -58,3 +58,3 @@ ##### NOTE: [mikedeboer/node-github](https://github.com/mikedeboer/node-github) seems to no longer be maintained so I forked it here and am working on applying PRs and issues from that repo. See progress [here](https://github.com/kaizensoze/github4/wiki/Transition-from-upstream).

});
github.user.getFollowingFromUser({
github.users.getFollowingFromUser({
// optional:

@@ -103,3 +103,3 @@ // headers: {

```javascript
github.user.update({
github.users.update({
location: "Argentina"

@@ -106,0 +106,0 @@ }, function(err) {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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