Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@canmou/react-tmap-types

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@canmou/react-tmap-types - npm Package Compare versions

Comparing version
1.0.18
to
1.0.20
+2
-2
package.json
{
"name": "@canmou/react-tmap-types",
"version": "1.0.18",
"version": "1.0.20",
"description": "用于加载腾讯地图SDK依赖,加载完成,全局将会有**`window.TMap`**对象。",

@@ -13,3 +13,3 @@ "types": "index.d.ts",

},
"gitHead": "7b9573af8675921057d0008b0cdbe0acf81c5c25"
"gitHead": "875483745a98a626643b77495181d9f556771c93"
}

@@ -222,3 +222,3 @@ /// <reference path="./base.d.ts" />

/**
*
* 中心点改变
*/

@@ -228,5 +228,11 @@ onCenter_Changed?: () => void;

/**
*
* 缩放改变
*/
onZoom_Changed?: () => void;
/**
* 可视化区域改变
*/
onBounds_Changed?: () => void;
}

@@ -233,0 +239,0 @@