New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@amap/amap-maps-mcp-server

Package Overview
Dependencies
Maintainers
5
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@amap/amap-maps-mcp-server - npm Package Compare versions

Comparing version
0.0.7
to
0.0.8
+6
-3
build/index.js

@@ -163,3 +163,3 @@ #!/usr/bin/env node

type: "string",
description: "起点经度,纬度,可以传多个坐标,使用分号隔离,比如120,30;120,31,坐标格式为:经度,纬度"
description: "起点经度,纬度,可以传多个坐标,使用竖线隔离,比如120,30|120,31,坐标格式为:经度,纬度"
},

@@ -403,2 +403,3 @@ destination: {

alias: poi.alias,
photos: poi.photos && poi.photos.length > 0 ? poi.photos[0] : undefined,
...poi.biz_ext

@@ -705,3 +706,4 @@ }, null, 2)

address: poi.address,
typecode: poi.typecode
typecode: poi.typecode,
photos: poi.photos && poi.photos.length > 0 ? poi.photos[0] : undefined
};

@@ -741,3 +743,4 @@ })

address: poi.address,
typecode: poi.typecode
typecode: poi.typecode,
photos: poi.photos && poi.photos.length > 0 ? poi.photos[0] : undefined
};

@@ -744,0 +747,0 @@ })

{
"name": "@amap/amap-maps-mcp-server",
"version": "0.0.7",
"version": "0.0.8",
"description": "MCP server for using the AMap Maps API",

@@ -5,0 +5,0 @@ "author": "高德地图开放平台, PBC (https://lbs.amap.com)",

@@ -23,3 +23,3 @@ # AMap Map MCP Server

"env": {
"AMAP_MAPS_API_KEY": ""
"AMAP_MAPS_API_KEY":"<YOUR_API_KEY>"
}

@@ -26,0 +26,0 @@ }