🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@vtx/ol-map-mobile

Package Overview
Dependencies
Maintainers
6
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vtx/ol-map-mobile - npm Package Compare versions

Comparing version
2.0.3
to
2.0.4
+2
-2
components/ol-marker/Marker.js

@@ -30,4 +30,4 @@ import { MapIcon } from '@vtx/map-icon';

});
} else if (MapIcon.MapIcon && MapIcon.MapIcon[_type] && MapIcon.icon[icon]) {
let src = new MapIcon.MapIcon[_type]({
} else if (MapIcon && MapIcon[_type] && MapIcon.icon[icon]) {
let src = new MapIcon[_type]({
color: _color,

@@ -34,0 +34,0 @@ canvasIcon: icon,

{
"name": "@vtx/ol-map-mobile",
"version": "2.0.3",
"version": "2.0.4",
"description": "uni-app组件库",

@@ -5,0 +5,0 @@ "scripts": {