Socket
Socket
Sign inDemoInstall

@uiw/react-amap-map

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-map - npm Package Compare versions

Comparing version 6.0.2 to 6.0.3

2

cjs/index.d.ts

@@ -26,3 +26,3 @@ /// <reference types="@uiw/react-amap-types" />

container?: HTMLDivElement | null;
children?: JSX.Element & RenderProps['children'];
children?: JSX.Element | RenderProps['children'];
}

@@ -29,0 +29,0 @@ export declare const Provider: FC<PropsWithChildren<RenderProps>>;

@@ -26,3 +26,3 @@ /// <reference types="@uiw/react-amap-types" />

container?: HTMLDivElement | null;
children?: JSX.Element & RenderProps['children'];
children?: JSX.Element | RenderProps['children'];
}

@@ -29,0 +29,0 @@ export declare const Provider: FC<PropsWithChildren<RenderProps>>;

@@ -8,4 +8,3 @@ import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/objectWithoutPropertiesLoose";

import { Context, reducer, initialState } from './context';
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
export * from './useMap';

@@ -12,0 +11,0 @@ export * from './context';

{
"name": "@uiw/react-amap-map",
"version": "6.0.2",
"version": "6.0.3",
"description": "基于 React 封装的高德地图组件。AMap Component Based On React.",

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

"dependencies": {
"@uiw/react-amap-types": "6.0.2",
"@uiw/react-amap-utils": "6.0.2"
"@uiw/react-amap-types": "6.0.3",
"@uiw/react-amap-utils": "6.0.3"
},

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

Sorry, the diff of this file is not supported yet

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