Socket
Socket
Sign inDemoInstall

esri-to-geojson

Package Overview
Dependencies
7
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.2 to 1.0.3

3

CHANGELOG.md

@@ -5,2 +5,5 @@ # Change Log

## [1.0.3] - 2017-03-28
### Fixed
* Do not overwrite OID field if it exists

@@ -7,0 +10,0 @@ ## [1.0.2] - 2016-05-09

2

index.js

@@ -21,3 +21,3 @@ 'use strict';

feature.properties = constructProps(fieldNames, feat);
feature.properties.OBJECTID = key;
if (feature.properties.OBJECTID === undefined) feature.properties.OBJECTID = key;
feature.geometry = convertCSVGeom(fieldNames, feat);

@@ -24,0 +24,0 @@ return feature;

{
"name": "esri-to-geojson",
"version": "1.0.2",
"version": "1.0.3",
"description": "Convert Esri JSON/CSV to GeoJSON",
"bugs": {
"url": "https://github.com/koopjs/esri-to-geojson/issues"
"url": "https://github.com/GeoXForm/esri-to-geojson/issues"
},

@@ -14,3 +14,3 @@ "main": "index.js",

"type": "git",
"url": "https://github.com/koopjs/esri-to-geojson.git"
"url": "https://github.com/GeoXForm/esri-to-geojson.git"
},

@@ -21,3 +21,3 @@ "scripts": {

},
"homepage": "https://github.com/koopjs/esri-to-geojson",
"homepage": "https://github.com/GeoXForm/esri-to-geojson",
"keywords": [

@@ -24,0 +24,0 @@ "koop",

@@ -1,2 +0,2 @@

[![Build Status](https://travis-ci.org/koopjs/esri-to-geojson.svg?branch=master)](https://travis-ci.org/koopjs/esri-to-geojson)
[![Build Status](https://travis-ci.org/GeoXForm/esri-to-geojson.svg?branch=master)](https://travis-ci.org/GeoXForm/esri-to-geojson)

@@ -3,0 +3,0 @@ # esri-to-geojson

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