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

microvideo-map

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

microvideo-map - npm Package Compare versions

Comparing version 0.2.93 to 0.2.94

5

lib/sdk/map-sdk/index.js

@@ -149,3 +149,3 @@ /**

offset: point.offset || config.offset,
zIndex: config.zIndex || point.zIndex,
zIndex: (point.zIndex || config.zIndex || 100) + 1,
// name: config.MARKER_SOURCE === 'Marker' ? point.name : null,

@@ -159,2 +159,3 @@ name: config.hideClickLabel ? null : point.name, // hideClickLabel 隐藏点位点击选择时的label

iconSize: null, // 这里iconSize设置为null,是因为当前设置的是点位点击效果,此时data数据里已有size值
iconFilter:null,
hasActive: false,

@@ -2059,3 +2060,3 @@ isCurrentClickMarker: true

{ ...item, icon: markerIconConfig.iconActiveConfig.name },
{ ...config, iconSize: null }
{ ...config, iconSize: null, iconFilter:null }
);

@@ -2062,0 +2063,0 @@ const markerIcon = new AMap.Icon(iconOptions);

2

package.json
{
"name": "microvideo-map",
"version": "0.2.93",
"version": "0.2.94",
"private": false,

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

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