New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-google-reviews

Package Overview
Dependencies
Maintainers
0
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-google-reviews - npm Package Compare versions

Comparing version 1.7.1 to 1.7.2

2

dist/cjs/types/types/review.d.ts

@@ -17,2 +17,3 @@ export type GoogleReview = {

};
export declare const GoogleReview: {};
export type NameDisplay = "fullNames" | "firstAndLastInitials" | "firstNamesOnly";

@@ -38,2 +39,3 @@ export type LogoVariant = "icon" | "full" | "none";

export type FeaturableAPIResponse = FeaturableAPIResponseSuccess | FeaturableAPIResponseError;
export declare const FeaturableAPIResponse: {};
export {};

@@ -17,2 +17,3 @@ export type GoogleReview = {

};
export declare const GoogleReview: {};
export type NameDisplay = "fullNames" | "firstAndLastInitials" | "firstNamesOnly";

@@ -38,2 +39,3 @@ export type LogoVariant = "icon" | "full" | "none";

export type FeaturableAPIResponse = FeaturableAPIResponseSuccess | FeaturableAPIResponseError;
export declare const FeaturableAPIResponse: {};
export {};

4

dist/index.d.ts

@@ -142,2 +142,3 @@ import React$1 from 'react';

};
declare const GoogleReview: {};
type NameDisplay = "fullNames" | "firstAndLastInitials" | "firstNamesOnly";

@@ -163,2 +164,3 @@ type LogoVariant = "icon" | "full" | "none";

type FeaturableAPIResponse = FeaturableAPIResponseSuccess | FeaturableAPIResponseError;
declare const FeaturableAPIResponse: {};

@@ -382,2 +384,2 @@ /** @jsxImportSource @emotion/react */

export { type FeaturableAPIResponse, type GoogleReview as ReactGoogleReview, ReactGoogleReviews, dangerouslyFetchPlaceReviews };
export { FeaturableAPIResponse, GoogleReview as ReactGoogleReview, ReactGoogleReviews, dangerouslyFetchPlaceReviews };
{
"name": "react-google-reviews",
"version": "1.7.1",
"version": "1.7.2",
"description": "A React component to easily display Google reviews using Google Places API or Google My Business API.",

@@ -5,0 +5,0 @@ "scripts": {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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