@amap/amap-jsapi-loader
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "@amap/amap-jsapi-loader", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "高德官网提供的地图JSAPI加载器,可以避免多种异步加载API的错误用法", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -90,7 +90,7 @@ # amap-jsapi-loader | ||
``` | ||
tnpm i @alife/amap-jsapi-loader --save-dev | ||
tnpm i @amap/amap-jsapi-loader --save-dev | ||
``` | ||
使用 | ||
``` | ||
import AMapLoader from '@alife/amap-jsapi-loader'; | ||
import AMapLoader from '@amap/amap-jsapi-loader'; | ||
@@ -97,0 +97,0 @@ AMapLoader.load().then((AMap)=>{ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
1
135732