ytsearcher
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -11,5 +11,5 @@ /** | ||
case type === 'all' : return 'video,channel,playlist'; | ||
case typeof type === 'string' : return this.options.type; | ||
case typeof type === 'string' : return type; | ||
} | ||
return 'video'; | ||
}; |
{ | ||
"name": "ytsearcher", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "A nodejs package that provides an easy-to-use promise-based system of getting youtube search results", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
1111888