Installations
npm install cities-auto-correct
Developer Guide
Typescript
No
Module System
CommonJS
Node Version
8.5.0
NPM Version
5.5.1
Score
68.7
Supply Chain
72.5
Quality
75.1
Maintenance
100
Vulnerability
99.6
License
Releases
Unable to fetch releases
Contributors
Unable to fetch Contributors
Languages
JavaScript (100%)
Developer
SarathSantoshDamaraju
Download Statistics
Total Downloads
1,563
Last Day
1
Last Week
4
Last Month
26
Last Year
129
GitHub Statistics
12 Commits
2 Watching
1 Branches
1 Contributors
Bundle Size
84.32 kB
Minified
30.84 kB
Minified + Gzipped
Package Meta Information
Latest Version
1.2.1
Package Id
cities-auto-correct@1.2.1
Size
8.87 kB
NPM Version
5.5.1
Node Version
8.5.0
Total Downloads
Cumulative downloads
Total Downloads
1,563
Last day
-75%
1
Compared to previous day
Last week
-63.6%
4
Compared to previous week
Last month
62.5%
26
Compared to previous month
Last year
-28.7%
129
Compared to previous year
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
Dependencies
1
Auto Correct City Names (Indian cities, for now)
Auto Correct City names (AutoCorrects Top Indian Cities, for Now), Give a incorrect city name and get the most relevant city name from the list of the cities.
Usage
- Install NPM Package:
npm i cities-auto-correct -s
- Require the
Cities-AutoCorrect
in your Node Project
var autoCorrect = require('Cities-AutoCorrect');
console.log(autoCorrect('Chenai')); // { city: 'Chennai' }
console.log(autoCorrect('deli')); // { city: 'Delhi' }
Contribution
Clone this repo to your desktop and run npm install
to install all the dependencies. Install express
and add the server code to run server to log the results.
Install nodemon
to auto restart the server for all file changes.
License
This project is licensed under the terms of the MIT license.
Feel Free to point an issue or request additional feature
![Empty State](/_next/static/media/empty.e5fae2e5.png)
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
- Info: project has a license file: LICENSE:0
- Info: FSF or OSI recognized license: MIT License: LICENSE:0
Reason
8 existing vulnerabilities detected
Details
- Warn: Project is vulnerable to: GHSA-fvqr-27wr-82fm
- Warn: Project is vulnerable to: GHSA-4xc9-xhrj-v574
- Warn: Project is vulnerable to: GHSA-x5rq-j2xg-h7qm
- Warn: Project is vulnerable to: GHSA-jf85-cpcp-j695
- Warn: Project is vulnerable to: GHSA-p6mc-m468-83gw
- Warn: Project is vulnerable to: GHSA-29mw-wpgm-hmr9
- Warn: Project is vulnerable to: GHSA-35jh-r3h4-6jhm
- Warn: Project is vulnerable to: GHSA-6pq3-928q-x6w6
Reason
Found 0/11 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
- Warn: no security policy file detected
- Warn: no security file to analyze
- Warn: no security file to analyze
- Warn: no security file to analyze
Reason
project is not fuzzed
Details
- Warn: no fuzzer integrations found
Reason
branch protection not enabled on development/release branches
Details
- Warn: branch protection not enabled for branch 'master'
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
- Warn: 0 commits out of 2 are checked with a SAST tool
Score
2
/10
Last Scanned on 2025-01-27
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More