Socket
Socket
Sign inDemoInstall

@uiw/react-amap-map

Package Overview
Dependencies
Maintainers
0
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uiw/react-amap-map - npm Package Compare versions

Comparing version 7.1.0 to 7.1.1

6

cjs/context.d.ts

@@ -21,6 +21,6 @@ import React from 'react';

dispatch: React.Dispatch<InitialState>;
AMap?: typeof AMap;
map?: AMap.Map;
container?: HTMLDivElement | null;
AMap?: typeof AMap | undefined;
map?: AMap.Map | undefined;
container?: (HTMLDivElement | null) | undefined;
};
export {};

@@ -21,6 +21,6 @@ import React from 'react';

dispatch: React.Dispatch<InitialState>;
AMap?: typeof AMap;
map?: AMap.Map;
container?: HTMLDivElement | null;
AMap?: typeof AMap | undefined;
map?: AMap.Map | undefined;
container?: (HTMLDivElement | null) | undefined;
};
export {};
{
"name": "@uiw/react-amap-map",
"version": "7.1.0",
"version": "7.1.1",
"description": "基于 React 封装的高德地图组件。AMap Component Based On React.",

@@ -35,5 +35,5 @@ "funding": "https://jaywcjlove.github.io/#/sponsor",

"dependencies": {
"@uiw/react-amap-types": "7.1.0",
"@uiw/react-amap-utils": "7.1.0"
"@uiw/react-amap-types": "7.1.1",
"@uiw/react-amap-utils": "7.1.1"
}
}
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