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-map

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version
1.0.18
to
1.0.20
+2
-1
cjs/useMap.js

@@ -81,3 +81,4 @@ /// <reference types="@canmou/react-tmap-types" />

'onCenter_Changed',
'onZoom_Changed'
'onZoom_Changed',
'onBounds_Changed',
]);

@@ -84,0 +85,0 @@ return {

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

@@ -24,6 +24,6 @@ "main": "cjs/index.js",

"dependencies": {
"@canmou/react-tmap-types": "^1.0.18",
"@canmou/react-tmap-utils": "^1.0.18"
"@canmou/react-tmap-types": "^1.0.20",
"@canmou/react-tmap-utils": "^1.0.20"
},
"gitHead": "7b9573af8675921057d0008b0cdbe0acf81c5c25"
"gitHead": "875483745a98a626643b77495181d9f556771c93"
}

@@ -98,3 +98,4 @@ /// <reference types="@canmou/react-tmap-types" />

'onCenter_Changed',
'onZoom_Changed'
'onZoom_Changed',
'onBounds_Changed',
]);

@@ -101,0 +102,0 @@