Gathering detailed insights and metrics for react-google-places-autocomplete
Gathering detailed insights and metrics for react-google-places-autocomplete
Gathering detailed insights and metrics for react-google-places-autocomplete
Gathering detailed insights and metrics for react-google-places-autocomplete
react-google-autocomplete
React component for google autocomplete.
react-places-autocomplete
A React component for Google Maps Places Autocomplete
use-places-autocomplete
React hook for Google Maps Places Autocomplete.
react-native-google-places-autocomplete
Customizable Google Places autocomplete component for iOS and Android React-Native apps
npm install react-google-places-autocomplete
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
378 Stars
160 Commits
162 Forks
5 Watching
9 Branches
23 Contributors
Updated on 20 Nov 2024
TypeScript (89.9%)
JavaScript (10.1%)
Cumulative downloads
Total Downloads
Last day
-7.9%
8,268
Compared to previous day
Last week
4.1%
45,060
Compared to previous week
Last month
4.9%
189,559
Compared to previous month
Last year
1.4%
2,193,023
Compared to previous year
17
React component for easily use Google Places Autocomplete
Install the latest version:
1npm install --save react-google-places-autocomplete 2 or 3yarn add react-google-places-autocomplete
Use the component!
1import React from 'react'; 2import GooglePlacesAutocomplete from 'react-google-places-autocomplete'; 3 4const Component = () => ( 5 <div> 6 <GooglePlacesAutocomplete 7 apiKey="****" 8 /> 9 </div> 10); 11 12export default Component;
Coming from v2? Check the migration guide
Fork this repo
Clone your fork
Code 🤓
Test your changes
For this, I like to use yalc, as it allows to emulate the process of using npm/yarn.
yarn build
or npm run build
yalc publish
yalc add react-google-places-automocomplete
yalc update react-google-places-autocomplete
Submit a PR!
Icons made by Freepik from www.flaticon.com
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 11/26 approved changesets -- score normalized to 4
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
58 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-11-25
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More