Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

spellchecker

Package Overview
Dependencies
Maintainers
2
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

spellchecker - npm Package Compare versions

Comparing version 0.5.0 to 0.6.0

10

package.json
{
"main": "./lib/spellchecker.js",
"name": "spellchecker",
"readme": "README.md",
"description": "node bindings to SpellChecker",
"version": "0.5.0",
"description": "Bindings to native spellchecker",
"version": "0.6.0",
"licenses": [

@@ -20,7 +19,8 @@ {

},
"homepage": "http://atom.github.io/node-spellchecker",
"scripts": {
"test": "jasmine-node --coffee spec/"
"test": "jasmine-focused --captureExceptions --coffee spec/"
},
"devDependencies": {
"jasmine-node": "~1.5.0"
"jasmine-focused": "~0.7.0"
},

@@ -27,0 +27,0 @@ "dependencies": {

@@ -1,3 +0,5 @@

# Node Module for Spell Checking
# SpellChecker Node Module
Native bindings to [NSSpellChecker](https://developer.apple.com/library/mac/#documentation/cocoa/reference/ApplicationKit/Classes/NSSpellChecker_Class/Reference/Reference.html).
## Installing

@@ -9,6 +11,6 @@

## Docs
## Using
```javascript
SpellChecker = require('spellchecker');
```coffeescript
SpellChecker = require 'spellchecker'
```

@@ -22,3 +24,3 @@

Returns `true` if the word is mispelled, `false` otherwise.
Returns `true` if the word is misspelled, `false` otherwise.

@@ -25,0 +27,0 @@ ### SpellChecker.getCorrectionsForMisspelling(word)

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc