
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
textlint-rule-common-misspellings
Advanced tools
textlint rule to find common misspellings from Wikipedia: Lists of common misspellings.
npm install textlint-rule-common-misspellings
$ npm install textlint textlint-rule-common-misspellings
$ textlint --rule common-misspellings README.md
Write your configuration into .textlintrc
. Read documents in textlint official repository.
The default configuration is following:
{
"rules": {
"common-misspellings": {
// Misspellings to be ignored (case-insensitive)
"ignore": []
}
}
}
Example:
{
"rules": {
"common-misspellings": {
// Misspellings to be ignored (case-insensitive)
"ignore": [
"isnt",
"yuo",
]
}
}
}
npm test
git checkout -b my-new-feature
git commit -am 'Add some feature'
git push origin my-new-feature
This software is licensed under GNU GPLv3. See LICENSE for full text of the license.
This software is using Wikipedia: Lists of common misspellings, which is licensed under Creative Commons Attribution-ShareAlike 3.0 Unported License, as a source of misspelling list.
The CC BY-SA 3.0 license says that the derived work also should be licensed under CC BY-SA. However, Creative Commons officially says it is not recommended to apply Creative Commons license to software.
Therefore, I decided to license this software under GPLv3 which is one-way compatible with CC BY-SA 4.0, and CC BY-SA 3.0 is compatible with CC BY-SA 4.0.
"textlint" is made by azu-san. Many thanks for creating the awesome linter tool.
FAQs
textlint rule to check common misspellings
The npm package textlint-rule-common-misspellings receives a total of 6,250 weekly downloads. As such, textlint-rule-common-misspellings popularity was classified as popular.
We found that textlint-rule-common-misspellings 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.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.