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

youtube-api

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

youtube-api - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

12

lib/index.js

@@ -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"

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