Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

google-maps-reviews

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

google-maps-reviews - npm Package Compare versions

Comparing version 0.0.23 to 0.1.0

2

google-maps-reviews.js

@@ -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];

2

package.json
{
"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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc