@18f/identity-address-search
Advanced tools
Comparing version 2.0.0 to 2.2.0-beta0.1
{ | ||
"name": "@18f/identity-address-search", | ||
"version": "2.0.0", | ||
"version": "2.2.0-beta0.1", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "private": false, |
# `@18f/identity-address-search` | ||
This is a npm module that provides a React UI component to search for USPS (United States Postal Service) locations using the ArcGIS API. It allows you to retrieve USPS location information based on a full address. | ||
This is a npm module that provides a React UI component to search for USPS (United States Postal Service) locations. It allows you to retrieve USPS location information based on a full address. | ||
@@ -29,8 +29,9 @@ Additionally, this module depends on existing backend services from the Login.gov project. Make sure to have the required backend services or mock services set up and running before using this module. | ||
<AddressSearch | ||
addressSearchURL={addressSearchURL} | ||
disabled={disabledAddressSearchCallback} | ||
handleLocationSelect={handleLocationSelect} | ||
locationsURL={LOCATIONS_URL} | ||
onFoundLocations={setLocationResultsCallback} | ||
registerField={registerFieldCallback} | ||
onFoundAddress={setFoundAddressCallback} | ||
onFoundLocations={setLocationResultsCallback} | ||
onLoadingLocations={setLoadingLocationsCallback} | ||
onError={setApiErrorCallback} | ||
disabled={disabledAddressSearchCallback} | ||
resultsHeaderComponent={resultsHeaderComponent} | ||
/> | ||
@@ -37,0 +38,0 @@ </> |
Sorry, the diff of this file is too big to display
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
70888
1779
46