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.0 to 3.2.1

16

main.js

@@ -114,3 +114,3 @@ // 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 : ' + responseComments.noVideo);
console.log ('no de la video : ' + JSON.stringify (q.snippet.topLevelComment.snippet.textOriginal));
videoFullInfos.video[responseComments.noVideo].comments[m] = {

@@ -129,8 +129,10 @@ author: q.snippet.topLevelComment.snippet.authorDisplayName,

});
var promiseAll = Promise.all (promiseInfo, promiseComment)
.then (function () {
console.log ('FINAL : ' + JSON.stringify (videoFullInfos));
resolveAll (videoFullInfos);
});
});
setTimeout (function () {
var promiseAll = Promise.all (promiseInfo, promiseComment)
.then (function () {
console.log ('FINAL : ' + JSON.stringify (videoFullInfos));
resolveAll (videoFullInfos);
});
});
}, 2000);
});

@@ -137,0 +139,0 @@ };

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