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

octonode

Package Overview
Dependencies
Maintainers
1
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

octonode - npm Package Compare versions

Comparing version 0.9.4 to 0.9.5

4

lib/octonode/client.js
// Generated by CoffeeScript 1.12.7
(function() {
var Client, Gist, HttpError, Issue, Label, Me, Milestone, Notification, Org, Pr, Promise, Release, Repo, Search, Team, User, extend, request, url,
var Client, Gist, HttpError, Issue, Label, Me, Milestone, Notification, Org, Pr, Project, Promise, Release, Repo, Search, Team, User, extend, request, url,
extend1 = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; },

@@ -29,2 +29,4 @@ hasProp = {}.hasOwnProperty,

Project = require('./project');
Release = require('./release');

@@ -31,0 +33,0 @@

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

@@ -27,3 +27,3 @@ "description": "nodejs wrapper for github v3 api",

"coffee-script": "^1.12.4",
"nock": "^9.4.3",
"nock": "^10.0.0",
"vows": "^0.8.1"

@@ -30,0 +30,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