
Security News
Critical Security Vulnerability in React Server Components
React disclosed a CVSS 10.0 RCE in React Server Components and is advising users to upgrade affected packages and frameworks to patched versions now.
hexgrid-heatmap
Advanced tools

See the examples directory for an example of usage. You will need to provide your own Mabox access token to view the map.
Here's how it works:
HexgridHeatmap. It will automatically add the necessary layer and events to the specified map:var heatmap = new HexgridHeatmap(map, "hexgrid-heatmap", "waterway-label");
heatmap.setIntensity(15);
heatmap.setSpread(0.3);
FeatureCollection full of points to mapheatmap.setData(sightseeingPOIs);
update() after changing settings. The heatmap will automatically call update() when moving and zooming the map.heatmap.update();
heatmap.setColorStops([
[0, "rgba(0,185,243,0)"],
[50, "rgba(0,185,243,0.5)"],
[130, "rgba(255,223,0,0.6)"],
[200, "rgba(255,105,0,0.6)"]
]);
FAQs
A hexgrid-based heatmap layer for your Mapbox GL JS map
The npm package hexgrid-heatmap receives a total of 1 weekly downloads. As such, hexgrid-heatmap popularity was classified as not popular.
We found that hexgrid-heatmap demonstrated a not healthy version release cadence and project activity because the last version was released 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.

Security News
React disclosed a CVSS 10.0 RCE in React Server Components and is advising users to upgrade affected packages and frameworks to patched versions now.

Research
/Security News
We spotted a wave of auto-generated “elf-*” npm packages published every two minutes from new accounts, with simple malware variants and early takedowns underway.

Security News
TypeScript 6.0 will be the last JavaScript-based major release, as the project shifts to the TypeScript 7 native toolchain with major build speedups.