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.13 to 0.6.14

2

lib/octonode.js

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.7.1
// Generated by CoffeeScript 1.8.0
(function() {

@@ -3,0 +3,0 @@ var octonode;

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.7.1
// Generated by CoffeeScript 1.8.0
(function() {

@@ -3,0 +3,0 @@ var auth, qs, randomstring, request, url;

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.7.1
// Generated by CoffeeScript 1.8.0
(function() {

@@ -3,0 +3,0 @@ var Client, Gist, HttpError, Issue, Label, Me, Milestone, Org, Pr, Repo, Search, Team, User, extend, request, url,

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.7.1
// Generated by CoffeeScript 1.8.0
(function() {

@@ -3,0 +3,0 @@ var Gist,

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.7.1
// Generated by CoffeeScript 1.8.0
(function() {

@@ -3,0 +3,0 @@ var Issue,

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.7.1
// Generated by CoffeeScript 1.8.0
(function() {

@@ -3,0 +3,0 @@ var Label;

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.7.1
// Generated by CoffeeScript 1.8.0
(function() {

@@ -3,0 +3,0 @@ var Me,

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.7.1
// Generated by CoffeeScript 1.8.0
(function() {

@@ -3,0 +3,0 @@ var Milestone;

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.7.1
// Generated by CoffeeScript 1.8.0
(function() {

@@ -3,0 +3,0 @@ var Org,

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.7.1
// Generated by CoffeeScript 1.8.0
(function() {

@@ -3,0 +3,0 @@ var Pr;

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.7.1
// Generated by CoffeeScript 1.8.0
(function() {

@@ -3,0 +3,0 @@ var Repo,

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.7.1
// Generated by CoffeeScript 1.8.0
(function() {

@@ -3,0 +3,0 @@ var Search;

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.7.1
// Generated by CoffeeScript 1.8.0
(function() {

@@ -3,0 +3,0 @@ var Team;

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.7.1
// Generated by CoffeeScript 1.8.0
(function() {

@@ -3,0 +3,0 @@ var User,

{
"name": "octonode",
"version": "0.6.13",
"version": "0.6.14",
"author": "Pavan Kumar Sunkara <pavan.sss1991@gmail.com> (http://pksunkara.github.com)",
"description": "nodejs wrapper for github v3 api",
"main": "./lib/octonode",
"repository": {
"type": "git",
"url": "git://github.com/pksunkara/octonode.git"
},
"repository": "pksunkara/octonode",
"keywords": [

@@ -17,5 +14,4 @@ "wrapper",

],
"homepage": "http://pksunkara.github.com/octonode",
"scripts": {
"test": "./node_modules/.bin/vows --spec $(find test -name '*.js')"
"test": "vows --spec $(find test -name '*.js')"
},

@@ -41,3 +37,3 @@ "contributors": [

"dependencies": {
"request": "2.44.x",
"request": "2.51.x",
"randomstring": "1.x.x",

@@ -47,5 +43,5 @@ "deep-extend": "0.x.x"

"devDependencies": {
"nock": "0.7.x",
"vows": "0.7.x",
"coffee-script": "1.7.1"
"nock": "0.57.x",
"vows": "0.8.x",
"coffee-script": "1.8.0"
},

@@ -55,11 +51,8 @@ "engines": {

},
"bugs": {
"url": "https://github.com/pksunkara/octonode/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/pksunkara/octonode/raw/master/LICENSE"
"url": "https://raw.githubusercontent.com/pksunkara/octonode/master/LICENSE"
}
]
}
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