name-to-imdb
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -60,3 +60,3 @@ var namedQueue = require('named-queue'); | ||
cb(null, res.id, { ...match, meta: res }) | ||
cb(null, (res || {}).id, { ...match, meta: res }) | ||
}) | ||
@@ -63,0 +63,0 @@ }; |
{ | ||
"name": "name-to-imdb", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "Finds IMDB ID by movie/series name (fuzzily) and optionally year and type", | ||
@@ -5,0 +5,0 @@ "main": "index.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
16720