New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@uiw/react-amap-info-window

Package Overview
Dependencies
Maintainers
0
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uiw/react-amap-info-window - npm Package Compare versions

Comparing version 7.0.1 to 7.0.2

4

cjs/useInfoWindow.d.ts

@@ -9,5 +9,3 @@ import { InfoWindowProps } from '.';

setInfoWindow: import("react").Dispatch<import("react").SetStateAction<AMap.InfoWindow | undefined>>;
InfoWindowPortal: (props: {
children: import("react").ReactNode;
}) => import("react").ReactPortal | null;
InfoWindowPortal: ({ children }: import("react").PropsWithChildren) => import("react").ReactPortal;
};

@@ -9,5 +9,3 @@ import { InfoWindowProps } from '.';

setInfoWindow: import("react").Dispatch<import("react").SetStateAction<AMap.InfoWindow | undefined>>;
InfoWindowPortal: (props: {
children: import("react").ReactNode;
}) => import("react").ReactPortal | null;
InfoWindowPortal: ({ children }: import("react").PropsWithChildren) => import("react").ReactPortal;
};
{
"name": "@uiw/react-amap-info-window",
"version": "7.0.1",
"version": "7.0.2",
"description": "用于在地图上弹出一个详细信息展示窗体,地图上只允许同时展示 `1` 个信息窗体。",

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

"dependencies": {
"@uiw/react-amap-map": "7.0.1",
"@uiw/react-amap-utils": "7.0.1"
"@uiw/react-amap-map": "7.0.2",
"@uiw/react-amap-utils": "7.0.2"
}
}
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