
Research
/Security News
npm Author Qix Compromised via Phishing Email in Major Supply Chain Attack
npm author Qix’s account was compromised, with malicious versions of popular packages like chalk-template, color-convert, and strip-ansi published.
grunt-ganescha-spellcheck
Advanced tools
Spellcheck passed data
This plugin requires Grunt ~1.0.1
If you haven't used Grunt before, be sure to check out the Getting Started guide, as it explains how to create a Gruntfile as well as how to install and use Grunt plugins. Once you're familiar with that process, you may install this plugin with the following command:
npm install grunt-ganescha-spellcheck --save-dev
Once the plugin has been installed, it can be enabled within your Gruntfile by adding the following line of JavaScript:
grunt.loadNpmTasks('grunt-ganescha-spellcheck');
In your project's Gruntfile, add a section named spellcheck
to the data object passed into grunt.initConfig()
.
grunt.initConfig({
spellcheck: {
somethingToRecognizeMySpellcheck: {
dict: {
aff: 'node_modules/Ganescha-Spellcheck/lib/dict/en/en.aff',
dic: 'node_modules/Ganescha-Spellcheck/lib/dict/en/en.dic'
},
langData: 'either/a/string/to/spellcheck/or/a/path/to/my/language/data/en.json'
}
}
});
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using Grunt.
Note:
The core lib (Ganescha-Spellcheck) is only accessible to members of Ganescha Labs, so this won't be of any use to you if you aren't a member.
FAQs
Grunt Wrapper for Ganescha-Spellcheck
We found that grunt-ganescha-spellcheck 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
npm author Qix’s account was compromised, with malicious versions of popular packages like chalk-template, color-convert, and strip-ansi published.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.