Socket
Socket
Sign inDemoInstall

@terraformer/arcgis

Package Overview
Dependencies
1
Maintainers
4
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.0 to 2.1.1

18

dist/t-arcgis.esm.js
/* @preserve
* @terraformer/arcgis - v2.0.7 - MIT
* Copyright (c) 2012-2021 Environmental Systems Research Institute, Inc.
* Thu Jul 22 2021 13:58:30 GMT-0700 (Pacific Daylight Time)
* @terraformer/arcgis - v2.1.0 - MIT
* Copyright (c) 2012-2022 Environmental Systems Research Institute, Inc.
* Tue May 31 2022 16:59:20 GMT-0700 (Pacific Daylight Time)
*/

@@ -353,3 +353,3 @@ /* Copyright (c) 2012-2019 Environmental Systems Research Institute, Inc.

if (geojson.coordinates[2]) {
if (geojson.coordinates[2] != null) {
result.z = geojson.coordinates[2];

@@ -364,3 +364,3 @@ }

if (geojson.coordinates[0][2]) {
if (geojson.coordinates[0][2] != null) {
result.hasZ = true;

@@ -375,3 +375,3 @@ }

if (geojson.coordinates[0][2]) {
if (geojson.coordinates[0][2] != null) {
result.hasZ = true;

@@ -386,3 +386,3 @@ }

if (geojson.coordinates[0][0][2]) {
if (geojson.coordinates[0][0][2] != null) {
result.hasZ = true;

@@ -397,3 +397,3 @@ }

if (geojson.coordinates[0][0][2]) {
if (geojson.coordinates[0][0][2] != null) {
result.hasZ = true;

@@ -408,3 +408,3 @@ }

if (geojson.coordinates[0][0][0][2]) {
if (geojson.coordinates[0][0][0][2] != null) {
result.hasZ = true;

@@ -411,0 +411,0 @@ }

/* @preserve
* @terraformer/arcgis - v2.0.7 - MIT
* Copyright (c) 2012-2021 Environmental Systems Research Institute, Inc.
* Thu Jul 22 2021 13:58:27 GMT-0700 (Pacific Daylight Time)
* @terraformer/arcgis - v2.1.0 - MIT
* Copyright (c) 2012-2022 Environmental Systems Research Institute, Inc.
* Tue May 31 2022 16:59:18 GMT-0700 (Pacific Daylight Time)
*/

@@ -359,3 +359,3 @@ (function (global, factory) {

if (geojson.coordinates[2]) {
if (geojson.coordinates[2] != null) {
result.z = geojson.coordinates[2];

@@ -370,3 +370,3 @@ }

if (geojson.coordinates[0][2]) {
if (geojson.coordinates[0][2] != null) {
result.hasZ = true;

@@ -381,3 +381,3 @@ }

if (geojson.coordinates[0][2]) {
if (geojson.coordinates[0][2] != null) {
result.hasZ = true;

@@ -392,3 +392,3 @@ }

if (geojson.coordinates[0][0][2]) {
if (geojson.coordinates[0][0][2] != null) {
result.hasZ = true;

@@ -403,3 +403,3 @@ }

if (geojson.coordinates[0][0][2]) {
if (geojson.coordinates[0][0][2] != null) {
result.hasZ = true;

@@ -414,3 +414,3 @@ }

if (geojson.coordinates[0][0][0][2]) {
if (geojson.coordinates[0][0][0][2] != null) {
result.hasZ = true;

@@ -417,0 +417,0 @@ }

{
"name": "@terraformer/arcgis",
"description": "Convert ArcGIS JSON geometries to GeoJSON geometries and vica-versa.",
"version": "2.1.0",
"version": "2.1.1",
"author": "Patrick Arlt <patrick.arlt@gmail.com>",

@@ -42,3 +42,3 @@ "bugs": {

},
"gitHead": "d761221477a10bfd54130fad50e522c1fdd6ad3c"
"gitHead": "69dd81e25bdfda536b697660e4df054b1e8ba663"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc