Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

githubot

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

githubot - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

package.json.orig

4

package.json

@@ -5,3 +5,3 @@ {

"description": "Hubot-compatible Github API wrapper for Node.js",
"version": "0.1.5",
"version": "0.1.6",
"homepage": "https://github.com/iangreenleaf/githubot",

@@ -17,3 +17,3 @@ "repository": {

"engines": {
"node": ">=0.4.7"
"node": ">=0.4.7 <0.7.0"
},

@@ -20,0 +20,0 @@ "dependencies": {

@@ -44,2 +44,10 @@ # A Hubot-compatible Github API wrapper for Node.js #

### Acquire a token ###
If you don't have a token yet, run this:
curl -i https://api.github.com/authorizations -d '{"scopes":["repo"]}' -u "yourusername"
Enter your Github password when prompted. When you get a response, look for the "token" value.
## Bespoke API access ##

@@ -46,0 +54,0 @@

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