Comparing version 0.1.0 to 0.1.1
@@ -32,3 +32,3 @@ "use strict"; | ||
}) | ||
response.items = response.items.filter((item, index) => { | ||
response.items = response.items.filter(function(item, index) { | ||
return options.limit ? options.limit > index : true | ||
@@ -35,0 +35,0 @@ }) |
@@ -32,3 +32,3 @@ "use strict"; | ||
}); | ||
items = items.filter((item, index) => { | ||
items = items.filter(function(item, index) { | ||
return options.limit ? options.limit > index : true | ||
@@ -35,0 +35,0 @@ }) |
@@ -8,3 +8,3 @@ { | ||
], | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"repository": { | ||
@@ -11,0 +11,0 @@ "type": "git", |
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
18592