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.9

2

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

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

@@ -99,4 +99,3 @@ var misc = require("./misc"),

if (row[options.address] === undefined) {
_this.emit("row","Couldn't find address column '"+options.address+"'",row);
return cb(null,row);
throw new Error("Couldn't find address column '"+options.address+"'");
}

@@ -103,0 +102,0 @@

Sorry, the diff of this file is not supported yet