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

arcgis-parser

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

arcgis-parser - npm Package Compare versions

Comparing version 2.0.4 to 2.0.5

1

CHANGELOG.md

@@ -5,2 +5,3 @@ # Changelog

- Support multiple projections for world thumbnail
- Add World thumbnail based on BBox

@@ -7,0 +8,0 @@ - Support ESRI Image Service

@@ -162,2 +162,3 @@ 'use strict';

maxzoom = maxzoom || 18;
bbox = bbox || [-180, -85, 180, 85];
return {

@@ -164,0 +165,0 @@ title: title,

2

package.json
{
"name": "arcgis-parser",
"version": "2.0.4",
"version": "2.0.5",
"description": "Parser for ArcGIS REST Services to human friendly JSON.",

@@ -5,0 +5,0 @@ "main": "main.js",

@@ -68,2 +68,3 @@ import { metersToLngLat } from 'global-mercator'

maxzoom = maxzoom || 18
bbox = bbox || [-180, -85, 180, 85]
return {

@@ -70,0 +71,0 @@ title: title,

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