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

@micmac/youtube

Package Overview
Dependencies
Maintainers
1
Versions
121
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@micmac/youtube - npm Package Compare versions

Comparing version 2.9.5 to 2.9.7

32

main.js

@@ -76,21 +76,4 @@ // fonction searchVideos retourne les 10 dernières videos de la chaine beerus

var videoFullInfos = {
video: [
{
id: '',
title: '',
date: '',
description: '',
thumbnail: '',
tags: new Array (),
comment: [
{
author: '',
text: '',
date: '',
avatar: ''
}
]
},
]
}
video: new Array()
};
var promiseInfo = new Array ();

@@ -116,11 +99,4 @@ var promiseComment = new Array ();

tags: response.data.items[0].snippet.tags,
comments: [
{
author: '',
text: '',
avatar: '',
date: ''
},
]
});
comments: new Array()
});
// console.log ('id video : ' + p.id.videoId);

@@ -127,0 +103,0 @@ // console.log ('titre de la video : ' + response.data.items[0].snippet.title);

2

package.json
{
"name": "@micmac/youtube",
"version": "2.9.5",
"version": "2.9.7",
"description": "utilisation api youtube data",

@@ -5,0 +5,0 @@ "main": "main.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