Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

w3wconverter

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

w3wconverter - npm Package Compare versions

Comparing version 1.0.2 to 1.0.21

5

package.json
{
"name": "w3wconverter",
"version": "1.0.2",
"version": "1.0.21",
"description": "Coverts postcodes to lat-long coordinates via Google Places API, then into What3Words addresses.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "nodemon server.js"
"test": "echo \"Error: no test specified\" && exit 1"
},

@@ -9,0 +8,0 @@ "license": "ISC",

10

w3wc.js

@@ -1,6 +0,6 @@

const WebResponse = require('./web-response');
const W3WAddress = require('./w3w-address');
const ReadCsvFile = require('./read-csv-file');
const GoogleCoords = require('./google-coords');
const WriteNewCsvFile = require('./write-new-csv-file');
const WebResponse = require('./src/lib/web-response');
const W3WAddress = require('./src/lib/w3w-address');
const ReadCsvFile = require('./src/lib/read-csv-file');
const GoogleCoords = require('./src/lib/google-coords');
const WriteNewCsvFile = require('./src/lib/write-new-csv-file');

@@ -7,0 +7,0 @@ class W3WConverter {

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc