Socket
Socket
Sign inDemoInstall

codemirror-spell-checker

Package Overview
Dependencies
1
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.1.1

2

bower.json
{
"name": "codemirror-spell-checker",
"version": "1.1.0",
"version": "1.1.1",
"homepage": "https://github.com/NextStepWebs/codemirror-spell-checker",

@@ -5,0 +5,0 @@ "authors": [

/**
* codemirror-spell-checker v1.1.0
* codemirror-spell-checker v1.1.1
* Copyright Next Step Webs, Inc.

@@ -4,0 +4,0 @@ * @link https://github.com/NextStepWebs/codemirror-spell-checker

@@ -0,0 +0,0 @@ "use strict";

{
"name": "codemirror-spell-checker",
"version": "1.1.0",
"description": "Dead-simple spell checking in CodeMirror.",
"keywords": ["codemirror", "code", "mirror", "spell", "checker", "checking", "spellchecker", "spellchecking", "javascript"],
"homepage": "https://github.com/NextStepWebs/codemirror-spell-checker",
"main": "gulpfile.js",
"license": "MIT",
"company": "Next Step Webs, Inc.",
"author": {
"name": "Wes Cossick",
"url": "http://www.WesCossick.com"
},
"bugs": {
"url": "https://github.com/NextStepWebs/codemirror-spell-checker/issues"
},
"dependencies": {
"typo-js": "*"
},
"devDependencies": {
"browserify": "^11.2.0",
"browserify-shim": "^3.8.10",
"debug": "^2.2.0",
"eslint": "*",
"gulp": "*",
"gulp-concat": "*",
"gulp-debug": "^2.1.1",
"gulp-eslint": "*",
"gulp-header": "*",
"gulp-jsbeautifier": "*",
"gulp-minify-css": "^1.2.1",
"gulp-rename": "^1.2.2",
"gulp-uglify": "*",
"vinyl-source-stream": "*",
"vinyl-buffer": "*"
},
"repository": {
"type": "git",
"url": "https://github.com/NextStepWebs/codemirror-spell-checker"
}
"name": "codemirror-spell-checker",
"version": "1.1.1",
"description": "Dead-simple spell checking in CodeMirror.",
"keywords": [
"codemirror",
"code",
"mirror",
"spell",
"checker",
"checking",
"spellchecker",
"spellchecking",
"javascript"
],
"homepage": "https://github.com/NextStepWebs/codemirror-spell-checker",
"main": "./src/js/spell-checker.js",
"license": "MIT",
"company": "Next Step Webs, Inc.",
"author": {
"name": "Wes Cossick",
"url": "http://www.WesCossick.com"
},
"bugs": {
"url": "https://github.com/NextStepWebs/codemirror-spell-checker/issues"
},
"dependencies": {
"typo-js": "*"
},
"devDependencies": {
"browserify": "^11.2.0",
"debug": "^2.2.0",
"eslint": "*",
"gulp": "*",
"gulp-concat": "*",
"gulp-debug": "^2.1.1",
"gulp-eslint": "*",
"gulp-header": "*",
"gulp-jsbeautifier": "*",
"gulp-minify-css": "^1.2.1",
"gulp-rename": "^1.2.2",
"gulp-uglify": "*",
"vinyl-source-stream": "*",
"vinyl-buffer": "*"
},
"repository": {
"type": "git",
"url": "https://github.com/NextStepWebs/codemirror-spell-checker"
}
}

@@ -0,0 +0,0 @@ # CodeMirror Spell Checker

@@ -0,0 +0,0 @@ /* globals CodeMirror */

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc