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 1.0.0 to 1.0.1

11

main.js

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

version: 'v3',
auth: "your-api-key"
auth: "AIzaSyDrKXRexz1LVUguEacndEgdgfxeEPhKTsA"
});

@@ -13,4 +13,7 @@

youtube.search.list({
part: 'snippet',
q: 'your search query'
"part": "id,snippet",
"channelId": "UCtToNyHU2Fjxuh__ypkHiIQ",
"maxResults": 10,
"order": "date",
"type": "video"
}, function (err, data) {

@@ -29,3 +32,3 @@ if (err) {

module.exports = {
videos: searchVideos,
searchVideos: searchVideos,
bonjour: bonjour

@@ -32,0 +35,0 @@ };

{
"name": "@micmac/youtube",
"version": "1.0.0",
"version": "1.0.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