Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mapboxgl-spiderifier

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mapboxgl-spiderifier - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

4

lib/mapboxgl-spiderifier.js

@@ -1,2 +0,2 @@

module.exports = function MapboxglSpiderfier(map, userOptions) {
module.exports = function MapboxglSpiderfier(mapboxgl, map, userOptions) {
var util = {

@@ -44,3 +44,3 @@ each: eachFn,

mapboxMarker = new mapboxgl.Marker(elements.parent)
mapboxMarker = mapboxgl.Marker(elements.parent)
.setLngLat(latLng);

@@ -47,0 +47,0 @@

{
"name": "mapboxgl-spiderifier",
"version": "1.0.1",
"version": "1.0.2",
"description": "Spiderify markers on mapbox-gl using marker overlays. Note it does not create the spiderfication in the canvas but on a overlay on top of the canvas. This uses mapboxgl.Marker to create markers and spider legs.",

@@ -5,0 +5,0 @@ "main": "lib/mapboxgl-spiderifier.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc