
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
@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.
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 58 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.