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 4.5.3 to 4.6.0

2

cjs/context.d.ts

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

import React from 'react';
declare type InitialState = {
type InitialState = {
AMap?: typeof AMap;

@@ -14,0 +14,0 @@ map?: AMap.Map;

@@ -37,3 +37,2 @@ "use strict";

});
}
//# sourceMappingURL=context.js.map
}

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

export * from './context';
declare type RenderProps = {
type RenderProps = {
children?: (data: {

@@ -16,0 +16,0 @@ AMap: typeof AMap;

@@ -131,3 +131,2 @@ "use strict";

});
exports.Map = Map;
//# sourceMappingURL=index.js.map
exports.Map = Map;

@@ -91,3 +91,2 @@ "use strict";

};
exports.useMap = useMap;
//# sourceMappingURL=useMap.js.map
exports.useMap = useMap;

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

import React from 'react';
declare type InitialState = {
type InitialState = {
AMap?: typeof AMap;

@@ -14,0 +14,0 @@ map?: AMap.Map;

@@ -25,3 +25,2 @@ import _extends from "@babel/runtime/helpers/extends";

});
}
//# sourceMappingURL=context.js.map
}

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

export * from './context';
declare type RenderProps = {
type RenderProps = {
children?: (data: {

@@ -16,0 +16,0 @@ AMap: typeof AMap;

@@ -92,3 +92,2 @@ import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/objectWithoutPropertiesLoose";

});
});
//# sourceMappingURL=index.js.map
});

@@ -75,3 +75,2 @@ import _objectDestructuringEmpty from "@babel/runtime/helpers/objectDestructuringEmpty";

};
};
//# sourceMappingURL=useMap.js.map
};
{
"name": "@uiw/react-amap-map",
"version": "4.5.3",
"version": "4.6.0",
"description": "基于 React 封装的高德地图组件。AMap Component Based On React.",

@@ -34,4 +34,4 @@ "homepage": "https://uiwjs.github.io/react-amap/#/map",

"dependencies": {
"@uiw/react-amap-types": "4.5.3",
"@uiw/react-amap-utils": "4.5.3"
"@uiw/react-amap-types": "4.6.0",
"@uiw/react-amap-utils": "4.6.0"
},

@@ -38,0 +38,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