
Security News
Happy Birthday, Shai-Hulud
It has been one year since Shai-Hulud made its first appearance on npm.
@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.

Security News
It has been one year since Shai-Hulud made its first appearance on npm.

Research
/Security News
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.

Security News
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.