Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@uiw/react-amap-api-loader

Package Overview
Dependencies
Maintainers
1
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uiw/react-amap-api-loader - npm Package Compare versions

Comparing version 2.7.13 to 2.7.14

10

cjs/index.d.ts

@@ -1,3 +0,3 @@

import React, { Component } from 'react';
export interface APILoaderConfig {
import React, { Component, PropsWithChildren } from 'react';
export declare type APILoaderConfig = PropsWithChildren<{
/**

@@ -37,7 +37,3 @@ * akay 密钥

plugin?: string;
/**
* 子元素
*/
children?: React.ReactNode;
}
}>;
export declare function delay(time: number): Promise<undefined>;

@@ -44,0 +40,0 @@ export interface APILoaderProps extends APILoaderConfig {

@@ -1,3 +0,3 @@

import React, { Component } from 'react';
export interface APILoaderConfig {
import React, { Component, PropsWithChildren } from 'react';
export declare type APILoaderConfig = PropsWithChildren<{
/**

@@ -37,7 +37,3 @@ * akay 密钥

plugin?: string;
/**
* 子元素
*/
children?: React.ReactNode;
}
}>;
export declare function delay(time: number): Promise<undefined>;

@@ -44,0 +40,0 @@ export interface APILoaderProps extends APILoaderConfig {

{
"name": "@uiw/react-amap-api-loader",
"version": "2.7.13",
"version": "2.7.14",
"description": "用于加载高德地图 SDK 依赖,加载完成,全局将会有 **`window.AMap`** 对象。",

@@ -36,4 +36,4 @@ "homepage": "https://uiwjs.github.io/react-amap/#/api-loader",

"dependencies": {
"@uiw/react-amap-require-script": "2.7.13",
"@uiw/react-amap-types": "2.7.13"
"@uiw/react-amap-require-script": "2.7.14",
"@uiw/react-amap-types": "2.7.14"
},

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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