
Research
2025 Report: Destructive Malware in Open Source Packages
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.
@licuido/ui_map
Advanced tools
Map - which is related to googlemap ,we can customize the routes, direction and places but google api key is must !
Map - which is related to googlemap ,we can customize the routes, direction and places but google api key is must !
npm i @licuido/ui_map
import { Map } from '@licuido/ui_map';
You can pass the location (Latitude and Longitude) for finding the places
<Map
googleMapApiKey=''
location={[
{
name: 'Adayar',
location: {
lat: 13.003387,
lng: 80.255043,
},
address: 'Adyar is a large neighbourhood in south Chennai, Tamil Nadu, India',
image: './assets/adayar.jpg',
pinnedIcon: './assets/pinned.svg',
},
]}
locations={locations}
center={{
lat: 12.956786921292327,
lng: 80.25718652012615,
}}
/>

googleMapApiKey - googleMapApiKey is must for Routes!
You can pass the origin (start) and destination (end) to find the Route Direction
<Map
start={ lat: 13.003387, lng: 80.255043 }
end= { lat: 12.95790649960084, lng: 80.26010930368109 }/>
<Map
googleMapApiKey=''
location={[
{
name: 'Adayar',
location: {
lat: 13.003387,
lng: 80.255043,
},
address: 'Adyar is a large neighbourhood in sout Chennai, Tamil Nadu, India',
image: './assets/adayar.jpg',
pinnedIcon: './assets/pinned.svg',
},
]}
locations={locations}
center={{
lat: 12.956786921292327,
lng: 80.25718652012615,
}}
start= { lat: 13.003387, lng: 80.255043 }
end= { lat: 12.95790649960084, lng: 80.26010930368109 }
mapStyles= {
height: '100%',
width: '100%',
}
RadiusStyle={{}}
markerLabelStyle= {{}}
calculatebtnStyle={{}}
mapRadiusIcon=''
radiusDistance={1200000000}
zoom={13}
isSearchRequired={false}
setDefaultRoute={false}
fullscreenControl
mapTypeControl={false}
onMarkerClick={()=>onMarkerClick()}
onMarkerMouseOver={()=>onMarkerMouseOver()}
onClearRoute={()=>onClearRoute()}
onCalculateRoutes={()=>onCalculateRoutes()}
onMarkerClustererClick={()=>onMarkerClustererClick()}
onMarkerMouseOut= {()=>onMarkerMouseOut()}
/>
| Name | Description | Default | Control |
|---|---|---|---|
| mapStyles | object | { height: '100%', width: '100%' } | mapStyles : {height : "100%"width : "100%"} |
| RadiusStyle | object | { } | RadiusStyle : {} |
| markerLabelStyle | object | { } | markerLabelStyle : {} |
| calculatebtnStyle | SxProps<{}> | - | calculatebtnStyle : {} |
| googleMapApiKey | string | "" | |
| zoom | number | 13 | |
| mapRadiusIcon | string | "./assets/mapCircle.png" | ./assets/mapCircle.png |
| radiusDistance | number | 1200000000 | |
| isSearchRequired | boolean | true | FalseTrue |
| deatilsCardCustomize | ReactNode | - | "Customize Card" |
| locations | locationsData[] | [] | locations : [0 : {...} 5 keys] |
| center | any | - | center : {lat : ""lng : ""} |
| origin | latLAng | { lat: 0, lng: 0 } | origin : {lat : 13.003387lng : 80.255043} |
| destination | latLAng | { lat: 0, lng: 0 } | destination : {lat : 12.95790649960084lng : 80.26010930368109} |
| setDefaultRoute | boolean | true | FalseTrue |
| fullscreenControl | boolean | true | FalseTrue |
| searchBoxRootsx | SxProps<{}> | - | searchBoxRootsx : {} |
| zoomControl | boolean | true | FalseTrue |
| streetViewControl | boolean | true | FalseTrue |
| mapTypeControl | boolean | true | FalseTrue |
| onClearRoute | () => void | () => false | ()=>onClearRoute() |
| onCalculateRoutes | (data: any) => void | () => false | ()=>onCalculateRoutes() |
| onMarkerMouseOver | (marker: any) => void | () => false | ()=>onMarkerMouseOver() |
| onMarkerClustererClick | (e: unknown) => void | () => false | ()=>onMarkerClustererClick() |
| onMarkerClick | (data: any) => void | () => false | ()=>onMarkerClick() |
| onMarkerMouseOut | () => void | () => false | ()=>onMarkerMouseOut() |
| className | string | - | Set string |
| sx | SxProps<Theme> | - | Set object |
| responsiveDetailsCustomize | ReactNode | - | Set object |
| deatilsCardCustomizes | boolean | - | Set boolean |
| customCardLocation | any | - | Set object |
FAQs
Map - which is related to googlemap ,we can customize the routes, direction and places but google api key is must !
We found that @licuido/ui_map demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.

Security News
Socket CTO Ahmad Nassri shares practical AI coding techniques, tools, and team workflows, plus what still feels noisy and why shipping remains human-led.

Research
/Security News
A five-month operation turned 27 npm packages into durable hosting for browser-run lures that mimic document-sharing portals and Microsoft sign-in, targeting 25 organizations across manufacturing, industrial automation, plastics, and healthcare for credential theft.