
Company News
Jerod Santo Joins Socket as Head of Media
Allow myself to introduce... myself.
@danmat/waypoints-ui
Advanced tools
React components for a Waypoints travel log — world map, stat tiles, fun-facts, and a sortable places table. Pairs with @danmat/waypoints-core.
React components for a Waypoints travel
log — a d3-geo world map with visit-sized dots and travel arcs, headline stat
tiles, a fun-facts band, and a sortable places table. Pairs with
@danmat/waypoints-core.
npm i @danmat/waypoints-ui react react-dom
import { WorldMap, StatTiles, FunFacts, PlaceList } from '@danmat/waypoints-ui';
import '@danmat/waypoints-ui/styles.css';
import type { TravelData } from '@danmat/waypoints-core';
export function TravelLog({ data }: { data: TravelData }) {
return (
<>
<StatTiles data={data} />
<WorldMap places={data.places} />
<FunFacts stats={data.stats} />
<PlaceList places={data.places} />
</>
);
}
Theme-aware (light + dark via CSS variables). react / react-dom are peer
dependencies.
MIT © DanMat
FAQs
React components for a Waypoints travel log — world map, stat tiles, fun-facts, and a sortable places table. Pairs with @danmat/waypoints-core.
The npm package @danmat/waypoints-ui receives a total of 7 weekly downloads. As such, @danmat/waypoints-ui popularity was classified as not popular.
We found that @danmat/waypoints-ui 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.

Company News
Allow myself to introduce... myself.

Research
/Security News
A Twitch browser extension on Chrome and Firefox forwards users’ live OAuth session tokens through proxies controlled by a Russian bot service.

Security News
Anthropic found biased reasoning and recklessness drove Claude Mythos 5 to publish malware on PyPI and compromise a security vendor.