New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

csvgeocode

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

csvgeocode - npm Package Compare versions

Comparing version

to
0.0.4

2

package.json
{
"name": "csvgeocode",
"version": "0.0.3",
"version": "0.0.4",
"description": "Bulk geocode addresses in a CSV.",

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

@@ -273,4 +273,4 @@ csvgeocode

* Add the NYC geocoder and Mapbox as built-in handlers.
* Support a CSV with no header row where `latColumn`, `lngColumn`, and `addressColumn` are numerical indices instead of column names.
* Add the NYC geocoder as a built-in handler.
* Support a CSV with no header row where `lat`, `lng`, and `address` are numerical indices instead of column names.
* Make `bounds` a separate option rather than something you have to hardcore into the URL.

@@ -277,0 +277,0 @@ * Support both POST and GET requests somehow.

var geocode = require("../");
geocode("test.csv",{
delay: 10000
delay: 10000,
handler: "mapbox"
})

@@ -6,0 +7,0 @@ .on("success",function(address){