google-maps-reviews
Advanced tools
Comparing version 0.0.23 to 0.1.0
@@ -128,4 +128,6 @@ // Copyright (c) 2018, Simon Neutert | ||
var row_count = (settings.max_rows > 0) ? settings.max_rows - 1 : reviews.length - 1; | ||
// make sure the row_count is not greater than available records | ||
row_count = (row_count > reviews.length - 1) ? reviews.length - 1 : row_count; | ||
for (var i = row_count; i >= 0; i--) { | ||
@@ -132,0 +134,0 @@ var review = reviews[i]; |
{ | ||
"name": "google-maps-reviews", | ||
"version": "0.0.23", | ||
"version": "0.1.0", | ||
"description": "Display Google Reviews of a Place on Google Maps on your website", | ||
@@ -5,0 +5,0 @@ "main": "google-maps-reviews.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
12364