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

@18f/identity-address-search

Package Overview
Dependencies
Maintainers
9
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@18f/identity-address-search - npm Package Compare versions

Comparing version 2.0.0 to 2.2.0-beta0.1

2

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

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