
Security News
The Next Open Source Security Race: Triage at Machine Speed
Claude Opus 4.6 has uncovered more than 500 open source vulnerabilities, raising new considerations for disclosure, triage, and patching at scale.
@times-visuals/leaflet-map
Advanced tools
This is the description for the component
# Yarn
$ yarn add @times-visuals/leafletMap
# npm
$ npm add @times-visuals/leafletMap
Optional parameters:
position: a [lat, lon] arrayzoom: an integertileset: an object containing url, attribution, and maybe ext - plenty can be found on the Leaflet providers listimport LeafletMap from '@times-visuals/leafletMap';
// custom zoom and centering
export default () => <LeafletMap position={[52.518391, 13.403617]} zoom={10} />
// custom tileset
const stamenTonerTileset = {
url:
'https://stamen-tiles-{s}.a.ssl.fastly.net/toner-lite/{z}/{x}/{y}{r}.{ext}',
attribution:
'Map tiles by <a href="http://stamen.com">Stamen Design</a>, <a href="http://creativecommons.org/licenses/by/3.0">CC BY 3.0</a> — Map data © <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a>',
ext: 'png',
};
export default () => <LeafletMap
position={[52.518391, 13.403617]}
zoom={10}
tileset={stamenTonerTileset}
/>;
FAQs
Template for creating leaflet maps
The npm package @times-visuals/leaflet-map receives a total of 4 weekly downloads. As such, @times-visuals/leaflet-map popularity was classified as not popular.
We found that @times-visuals/leaflet-map 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
Claude Opus 4.6 has uncovered more than 500 open source vulnerabilities, raising new considerations for disclosure, triage, and patching at scale.

Research
/Security News
Malicious dYdX client packages were published to npm and PyPI after a maintainer compromise, enabling wallet credential theft and remote code execution.

Security News
gem.coop is testing registry-level dependency cooldowns to limit exposure during the brief window when malicious gems are most likely to spread.