Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Tool for encoding geographic coordinates as sequence of words from bip39 or other dictionary
Tool for encoding geographic coordinates as sequence of words from bip39 or other dictionary
yarn global add geowords
or
npm install --global geowords
> geowords encode 23 23 4
ship add travel abstract
> geowords decode ship add travel
22.9998779296875 22.9998779296875
> geowords decode ship add
22.939453125 22.8515625
geowords encode [lat] [lon] [words] [options]
lat latitude [required]
lon longitude [required]
words number of words [default: 4]
geowords.js decode [words...]
words coordinates encoded as words [required]
--dict select embedded dictionary ( bip39 | doi )
[default: "bip39"]
--dictFile load dictionary from file [string]
geowords.js dictionary [sourceFile] [dictFile]
sourceFile file containing text to create dictionary from [required]
dictFile file to save dictionary to [required]
--help Show help [boolean]
--version Show version number [boolean]
--minWordLength minimum word length [default: 3]
--maxWordLength maximum word length [default: 10]
--maxLength maximum dictionary length [default: 4096]
--format output format ( list | json | esm )[string] [default: "list"]
yarn add geowords
or
npm install --save geowords
npm test
👤 Michał Łaszczewski
Contributions, issues and feature requests are welcome!
Feel free to check issues page. You can also take a look at the contributing guide.
Give a ⭐️ if this project helped you!
Copyright © 2022 Michał Łaszczewski.
This project is BSD--3--Clause licensed.
This README was generated with ❤️ by readme-md-generator
FAQs
Tool for encoding geographic coordinates as sequence of words from bip39 or other dictionary
The npm package geowords receives a total of 27 weekly downloads. As such, geowords popularity was classified as not popular.
We found that geowords demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.