better-youtube-api
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -241,3 +241,3 @@ "use strict"; | ||
}); | ||
}), 100); | ||
}), 1); | ||
return videos; | ||
@@ -244,0 +244,0 @@ }); |
{ | ||
"name": "better-youtube-api", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "Better than simple ones.", | ||
@@ -5,0 +5,0 @@ "main": "out/index.js", |
@@ -262,3 +262,3 @@ import { google, youtube_v3 } from 'googleapis' | ||
}) | ||
}, 100) | ||
}, 1) | ||
@@ -265,0 +265,0 @@ return videos |
Sorry, the diff of this file is not supported yet
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
59906