Socket
Socket
Sign inDemoInstall

octonode

Package Overview
Dependencies
41
Maintainers
1
Versions
67
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.6.7 to 0.6.8

2

lib/octonode/client.js

@@ -154,3 +154,3 @@ // Generated by CoffeeScript 1.7.1

protocol: this.options && this.options.protocol || "https:",
auth: typeof this.token === 'object' && this.token.username ? "" + this.token.username + ":" + this.token.password : '',
auth: this.token && this.token.username && this.token.password ? "" + this.token.username + ":" + this.token.password : '',
hostname: this.options && this.options.hostname || "api.github.com",

@@ -157,0 +157,0 @@ pathname: path,

{
"name": "octonode",
"version": "0.6.7",
"version": "0.6.8",
"author": "Pavan Kumar Sunkara <pavan.sss1991@gmail.com> (http://pksunkara.github.com)",

@@ -5,0 +5,0 @@ "description": "nodejs wrapper for github v3 api",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc