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.15
to
1.0.16
+2
-2
package.json
{
"name": "@canmou/react-tmap-map",
"version": "1.0.15",
"version": "1.0.16",
"description": "用于加载腾讯地图SDK依赖,加载完成,全局将会有**`window.TMap`**对象。",

@@ -27,3 +27,3 @@ "main": "cjs/index.js",

},
"gitHead": "7bc0e38a6098e2b038c4008809a18b64e495d0d0"
"gitHead": "aa4f03761931643aa0af300cb8831f59f8e50411"
}

@@ -15,3 +15,2 @@ /// <reference types="@canmou/react-tmap-types" />

export const Map = forwardRef<MapProps & { map?: TMap.Map }, MapProps & RenderProps>(({ className, style, children, ...props }, ref) => {

@@ -18,0 +17,0 @@ const elmRef = useRef<HTMLDivElement>(null);