
Security News
/Research
Popular node-ipc npm Package Infected with Credential Stealer
Socket detected malicious node-ipc versions with obfuscated stealer/backdoor behavior in a developing npm supply chain attack.
Checks for spelling errors in a given sentence (UNDER HEAVY DEV.)
$ npm install --save pasquale # for your project
$ npm install -g pasquale-cli # cli version
Check out the cli version.
pasquale is intended to be used as a module for checking spelling errors. You must, then, provide dicts for this.
For downloading them: $ PASQUALE_PATH/bin/downloader [lang-alias].
pasquale = new Pasquale();
pasquale.setLanguage('en-ca');
pasquale.checkTextSpell('this is greatt').then(function (results) {
console.log(results);
}, function (err) {
console.error(err);
});
// [ { word: 'this', correct: true },
// { word: 'is', correct: true },
// { word: 'greatt',
// correct: false,
// suggestions: [ 'great', 'greats', 'great t', 'Gretta' ] } ]
Using the default (bower_components/Dictionaries), the supported languages are:
| name | key |
|---|---|
| CatalĆ | |
| Croatian | |
| Dansk | |
| Deutsch | de |
| Deutsch (AT) | de-at |
| Deutsch (CH) | de-ch |
| Deutsch (DE) | de-de |
| Czech | cs |
| Īλληνικά | |
| English (Canadian) | en-ca |
| English (British) | en-gb |
| EspaƱol | es |
| FranƧais | fr |
| Galego | |
| Italiano | |
| Lietuvių | |
| Magyar | |
| Nederlands | |
| Norwegian (BokmƄl) | |
| Norwegian (Nynorsk) | |
| RomĆ¢nÄ | |
| Polski | |
| PortuguĆŖs (do Brasil) | pt-br |
| PortuguĆŖs (Europeu) | pt |
| Š ŃŃŃŠŗŠøŠ¹ | |
| Slovenian | |
| Slovensky | |
| Svenska | |
| Tiįŗæng Viį»t | |
| Š£ŠŗŃŠ°ŃнŃŃŠŗŠ° |
MIT LICENSE
FAQs
Checks for spelling errors in a given sentence
We found that pasquale 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
Socket detected malicious node-ipc versions with obfuscated stealer/backdoor behavior in a developing npm supply chain attack.

Security News
TeamPCP and BreachForums are promoting a Shai-Hulud supply chain attack contest with a $1,000 prize for the biggest package compromise.

Security News
Packagist urges PHP projects to update Composer after a GitHub token format change exposed some GitHub Actions tokens in CI logs.