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
2
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 5.0.14 to 5.0.15

5

cjs/index.js

@@ -27,3 +27,3 @@ "use strict";

var _jsxRuntime = require("react/jsx-runtime");
var InfoWindow = /*#__PURE__*/_react["default"].forwardRef(function (props, ref) {
var InfoWindow = exports.InfoWindow = /*#__PURE__*/_react["default"].forwardRef(function (props, ref) {
var _useInfoWindow = (0, _useInfoWindow2.useInfoWindow)(props),

@@ -40,3 +40,2 @@ infoWindow = _useInfoWindow.infoWindow,

});
});
exports.InfoWindow = InfoWindow;
});

@@ -15,3 +15,3 @@ "use strict";

var _excluded = ["visiable", "position"];
var useInfoWindow = function useInfoWindow() {
var useInfoWindow = exports.useInfoWindow = function useInfoWindow() {
var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};

@@ -86,3 +86,2 @@ var visiable = props.visiable,

};
};
exports.useInfoWindow = useInfoWindow;
};

6

package.json
{
"name": "@uiw/react-amap-info-window",
"version": "5.0.14",
"version": "5.0.15",
"description": "用于在地图上弹出一个详细信息展示窗体,地图上只允许同时展示 `1` 个信息窗体。",

@@ -37,4 +37,4 @@ "homepage": "https://uiwjs.github.io/react-amap/#/info-window",

"dependencies": {
"@uiw/react-amap-map": "5.0.14",
"@uiw/react-amap-utils": "5.0.14"
"@uiw/react-amap-map": "5.0.15",
"@uiw/react-amap-utils": "5.0.15"
},

@@ -41,0 +41,0 @@ "devDependencies": {

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