youtube-api-search-reloaded
Advanced tools
Comparing version 1.1.0 to 1.2.0
@@ -5,6 +5,5 @@ import axios from 'axios'; | ||
export default function (options, callback) { | ||
if(!options.key || options.term || options.part || options.type){ | ||
if(!options.key || !options.term || !options.part || !options.type){ | ||
throw new Error('Please make sure you that the required fields are completed'); | ||
@@ -11,0 +10,0 @@ } |
{ | ||
"name": "youtube-api-search-reloaded", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "Fork of youtube-api-search with additions", | ||
@@ -18,3 +18,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"axios": "^0.16.2" | ||
"axios": "^0.18.0" | ||
}, | ||
@@ -21,0 +21,0 @@ "bugs": { |
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
4733
4
+ Addedaxios@0.18.1(transitive)
+ Addedfollow-redirects@1.5.10(transitive)
+ Addedis-buffer@2.0.5(transitive)
- Removedaxios@0.16.2(transitive)
- Removedfollow-redirects@1.15.9(transitive)
- Removedis-buffer@1.1.6(transitive)
Updatedaxios@^0.18.0