get-movie-extra-name
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -62,3 +62,3 @@ const request = require('request'); | ||
for (let i = 0; i < extras.length; i += 1) { | ||
if (difference(extras[i].time, time) <= 2) { | ||
if (difference(extras[i].time, time) <= 1) { | ||
output = extras[i].title; | ||
@@ -65,0 +65,0 @@ break; |
{ | ||
"name": "get-movie-extra-name", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Pass the title of a movie and the length of an extra and get back the title of that extra", | ||
@@ -5,0 +5,0 @@ "main": "./lib/get-movie-extra-name.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