New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

leaflet-heat-es

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

leaflet-heat-es

> A modular heatmap plugin for Leaflet. Modified from [`leaflet.heat`](https://github.com/Leaflet/Leaflet.heat)

latest
Source
npmnpm
Version
0.2.1
Version published
Weekly downloads
5
-79.17%
Maintainers
1
Weekly downloads
 
Created
Source

leaflet-heat-es

A modular heatmap plugin for Leaflet. Modified from leaflet.heat

Quick Start

import { heatLayer } from 'leaflet-heat-es';

const map = #leaflet map instance#;

const points = [
  [50.5, 30.5, 0.2], // lat, lng, intensity
  [50.6, 30.4, 0.5],
  ...
];

const heat = heatLayer(points);
heat.addTo(map);

Demo

FAQs

Package last updated on 14 Oct 2019

Did you know?

Socket

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.

Install

Related posts