Installations
npm install spellcheck-technical-word
Developer
azu
Developer Guide
Module System
CommonJS
Min. Node Version
Typescript Support
No
Node Version
5.8.0
NPM Version
3.7.3
Statistics
4 Stars
29 Commits
2 Forks
4 Watching
1 Branches
2 Contributors
Updated on 28 Jul 2019
Bundle Size
40.90 kB
Minified
9.16 kB
Minified + Gzipped
Languages
JavaScript (100%)
Total Downloads
Cumulative downloads
Total Downloads
604,972
Last day
-7.1%
429
Compared to previous day
Last week
-8.5%
2,423
Compared to previous week
Last month
2.6%
11,102
Compared to previous month
Last year
10%
127,482
Compared to previous year
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
Dependencies
2
Dev Dependencies
4
spellcheck-technical-word
This library provide check function of azu/technical-word-rules.
Installation
npm install spellcheck-technical-word
Usage
1var spellcheck = require("spellcheck-technical-word").spellCheckText; 2var results = spellcheck("git"); 3assert(results.length > 0); 4var result = results.pop(); 5/* 6{ actual: 'git', expected: 'Git', paddingLine: 0, paddingColumn:0 } 7*/
Result data structure
1/** 2 * 3 * @typedef {{actual: string, expected: string, paddingLine: number, paddingColumn: number}} SpellCheckResult 4 */ 5var result = { 6 actual: "string", 7 expected: "string", 8 paddingLine: 0,// start with 0 9 paddingColumn: 0// start with 0 10};
Use case: azu/textlint-rule-helper
Tests
npm test
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
License
MIT
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
- Info: project has a license file: LICENSE:0
- Info: FSF or OSI recognized license: MIT License: LICENSE:0
Reason
security policy file detected
Details
- Info: security policy file detected: github.com/azu/.github/SECURITY.md:1
- Info: Found linked content: github.com/azu/.github/SECURITY.md:1
- Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy
- Info: Found text in security policy: github.com/azu/.github/SECURITY.md:1
Reason
Found 1/29 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
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
3.8
/10
Last Scanned on 2024-11-25
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