@micmac/youtube
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -30,3 +30,3 @@ // fonction searchVideos retourne les 10 dernières videos de la chaine beerus | ||
'descritpion': p.snippet.description, | ||
'date': moment(p.snippet.publishedAt), | ||
'date': moment(p.snippet.publishedAt).format('LLLL'), | ||
'title': p.snippet.title}; | ||
@@ -33,0 +33,0 @@ }.bind(this)); |
{ | ||
"name": "@micmac/youtube", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "utilisation api youtube data", | ||
@@ -5,0 +5,0 @@ "main": "main.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1912