Socket
Socket
Sign inDemoInstall

@uiw/react-amap-types

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

Comparing version 5.0.7 to 5.0.8

2

package.json
{
"name": "@uiw/react-amap-types",
"version": "5.0.7",
"version": "5.0.8",
"description": "基于 React 封装的高德地图组件。AMap Component Based On React.",

@@ -5,0 +5,0 @@ "homepage": "https://uiwjs.github.io/react-amap/#/types",

@@ -12,5 +12,2 @@ /// <reference path="./base.d.ts" />

class DistrictLayer<DistrictLayerStyle = any> {
World: typeof World;
Country: typeof Country;
Province: typeof Province;
constructor(opts: DistrictLayerOptions);

@@ -73,5 +70,7 @@ /** 设定显示的国家 SOC */

}
class World extends DistrictLayer {}
class Country extends DistrictLayer {}
class Province extends DistrictLayer {}
namespace DistrictLayer {
class World extends DistrictLayer {}
class Country extends DistrictLayer {}
class Province extends DistrictLayer {}
}
}
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