Security News
cURL Project and Go Security Teams Reject CVSS as Broken
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
@talixo/address
Advanced tools
UI component which represents address and path of waypoints
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.30
@talixo/shared: ^1.0.0-alpha.30
prop-types: ^15.6.1
react: ^16.2.0
react-dom: ^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 4 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.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.