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

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

},
"gitHead": "6ac39627dc5fd5fe1b7e819d0644b2dd22235a1b"
"gitHead": "3c7ef47c8b91193a2ad4e2f185a5f9eecd502b5c"
}

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

useEffect(() => setContainer(elmRef.current), [elmRef.current]);
// ddd
useImperativeHandle(ref, () => ({ ...props, map, TMap, container: elmRef.current }), [map]);

@@ -25,0 +24,0 @@ const childs = Children.toArray(children);

Sorry, the diff of this file is not supported yet