Socket
Socket
Sign inDemoInstall

carto-geocoding-sql

Package Overview
Dependencies
1
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.4 to 0.0.5

8

bin/index.bin.js
#!/usr/bin/env node
var geocode = require('../');
process.stdout.write(geocode(process.argv[2]));
if (!process.argv[2] || process.argv[2] === '') {
process.stderr.write('no location specified\n');
process.exit(1);
}
process.stdout.write(geocode(process.argv[2])+'\n');

2

package.json
{
"name": "carto-geocoding-sql",
"version": "0.0.4",
"version": "0.0.5",
"description": "Turns simple text locations into SQL queries to be run against CARTO geocoding API",

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

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