youtube-api
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -0,1 +1,3 @@ | ||
"use strict"; | ||
// Dependencies | ||
@@ -5,5 +7,5 @@ var Google = require("googleapis"); | ||
// Create YoutTube client | ||
var Client = module.exports = function(config) {}; | ||
var Client = module.exports = function (config) {}; | ||
(function() { | ||
(function () { | ||
var config = {}; | ||
@@ -30,4 +32,4 @@ /** | ||
authObj.setCredentials({ | ||
access_token: options.access_token || options.token | ||
, refresh_token: options.refresh_token | ||
access_token: options.access_token || options.token, | ||
refresh_token: options.refresh_token | ||
}); | ||
@@ -63,2 +65,2 @@ break; | ||
} | ||
}).call(Client); | ||
}).call(Client); |
{ | ||
"name": "youtube-api", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "A Node.JS module, which provides an object oriented wrapper for the Youtube v3 API.", | ||
@@ -125,2 +125,3 @@ "main": "lib/index.js", | ||
"menu/", | ||
"scripts/", | ||
"cli.js", | ||
@@ -127,0 +128,0 @@ "index.js" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14757