
Product
Introducing Webhook Events for Pull Request Scans
Add real-time Socket webhook events to your workflows to automatically receive pull request scan results and security alerts in real time.
lightning-maps
Advanced tools
[WIP]
A lightweight, dependency-free slippy map renderer.
Heavily inspired by Pigeon Maps and Leaflet, but with slightly different goals in mind:
<canvas>
rendering instead of depending on the DOMLightningMaps.min.js
Optional: You can also use your favorite module loader
<script src="LightningMaps.min.js"></script>
<canvas>
element<canvas id="map" width="800" height="600"></canvas>
var map = new LightningMaps.Map(canvas, {
source: function (x, y, z) {
return `https://maps.geocod.io/tiles/base/${z}/${x}/${y}.png`;
},
zoom: 12,
center: [38.86530697026126, -77.20057854052735]
});
map.addMarker(new LightningMaps.Marker([38.882666, -77.170150]))
npm run dev
npm run test:watch
You can now head to http://localhost:8081/docs/simple.html or http://localhost:8081/docs/markers.html to test the app
npm run build
0.0.20 (2019-03-08)
<a name="0.0.19"></a>
FAQs
Lightweight, dependency-free slippy map renderer
The npm package lightning-maps receives a total of 212 weekly downloads. As such, lightning-maps popularity was classified as not popular.
We found that lightning-maps 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.
Product
Add real-time Socket webhook events to your workflows to automatically receive pull request scan results and security alerts in real time.
Research
The Socket Threat Research Team uncovered malicious NuGet packages typosquatting the popular Nethereum project to steal wallet keys.
Product
A single platform for static analysis, secrets detection, container scanning, and CVE checks—built on trusted open source tools, ready to run out of the box.