Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
@lendi/address-picker
Advanced tools
An AddressPicker component.
yarn add @lendi/address-picker
Before using this component, please add the following googlemap script to your application's head.
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyDedPUSXQBIHOiI_Mrw5aKTGEy4I9GX3sY&libraries=geometry,places,visualization"></script>
import AddressPicker from '@lendi/address-picker';
<AddressPicker />;
Name | Description | Default |
---|---|---|
onChange: | On change from autosuggest only (e: SyntheticEvent<Element, Event>) => void | |
onSelectAddress | When user selects the address - either from 'save' on manual entry or by selecting a suggestion from autosuggest (selection: AddressObject, formatString?: string) => void | |
country | A two letter code corresponding to a country. Refer to ISO 3166-1 string | 'au' |
dataset | Determines which address file to search, i.e. GNAF (Geoscape Australia’s Geocoded National Address File) or PAF (Australia Post's Postcode Address File) 'GNAF' 'PAF' | 'GNAF' |
isDisabled | Disable the Autocomplete input boolean | |
onReset | On reset, do a thing () => void | |
regionSearchOnly | Allow user to search cities or postcodes only boolean | |
size | Size of input ListSize | 'md' |
value | string | |
manualAddressInputType | Determines if postal address option is visible in manual input modal. (residential, postal, both) 'both' 'residential' 'postal' | |
onException | Explicit onException handler (e: Error) => void |
FAQs
An AddressPicker component.
The npm package @lendi/address-picker receives a total of 130 weekly downloads. As such, @lendi/address-picker popularity was classified as not popular.
We found that @lendi/address-picker demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.