Product
Socket Now Supports uv.lock Files
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
@talixo/address
Advanced tools
UI component which represents address and path of waypoints
Package is available as @talixo/address
in NPM registry, so you can use it in your project
using npm install @talixo/address --save
or yarn add @talixo/address
.
Your package should additionally have some extra dependencies:
@talixo/icon: ^1.0.0-alpha.35
@talixo/shared: ^1.0.0-alpha.35
prop-types: ^15.6.1
react: ^16.2.0
These packages are required by @talixo/address
, but you have to install them manually,
to avoid having different versions of these in your application.
Property name | Type | Default | Description |
---|---|---|---|
address | string | n/a | Address of a place. |
className | string | n/a | Additional class name passed to wrapper. |
details | string | n/a | Place details. |
formatDetails | function | x => x | Format details. |
type | string | n/a | Address type to determine icon displayed next to the address. |
short | string | n/a | Place name abbreviation. It can be e.g. IATA code of an airport. |
Property name | Type | Required | Default | Description |
---|---|---|---|---|
children | nodes | true | n/a | E.x. steps of a journey. Works best with Address component. |
className | string | false | n/a | AutoComplete list footer. |
Property name | Type | Required | Default | Description |
---|---|---|---|---|
children | nodes | true | n/a | Elements to render which will get this new map of icons through context. |
types | object | false | map with most popular Google Maps type covered | Map address type => icon name |
FAQs
UI component which represents address and path of waypoints
The npm package @talixo/address receives a total of 7 weekly downloads. As such, @talixo/address popularity was classified as not popular.
We found that @talixo/address demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.
Security News
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.