New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 3.2.1 to 3.2.2

4

main.js

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

responseComments.data.data.items.forEach (function (q, m) {
console.log ('no de la video : ' + JSON.stringify (q.snippet.topLevelComment.snippet.textOriginal));
videoFullInfos.video[responseComments.noVideo].comments[m] = {
console.log ('no de la video : ' + n + ' no du commentaire :' + m + ' commentaire : ' + JSON.stringify (q.snippet.topLevelComment.snippet.textOriginal));
videoFullInfos.video[n].comments[m] = {
author: q.snippet.topLevelComment.snippet.authorDisplayName,

@@ -118,0 +118,0 @@ text: q.snippet.topLevelComment.snippet.textOriginal,

{
"name": "@micmac/youtube",
"version": "3.2.1",
"version": "3.2.2",
"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