New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cspell

Package Overview
Dependencies
Maintainers
1
Versions
436
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cspell - npm Package Compare versions

Comparing version 1.10.5 to 1.10.6

src/.DS_Store

4

CHANGELOG.md
# Release Notes
## [1.10.5]
- Migrate PHP dictionary file to [cspell-dict](https://github.com/Jason3S/cspell-dicts)
- Migrate C++ dictionary file to [cspell-dict](https://github.com/Jason3S/cspell-dicts)
## 1.10.4

@@ -4,0 +8,0 @@ - Improved support for compound word suggestions.

12

config/cspell-default.json

@@ -22,3 +22,2 @@ // cspell default configuration

{ "languageId": "*", "dictionaries": ["companies", "softwareTerms", "misc", "filetypes"] },
{ "languageId": "c,cpp", "allowCompoundWords": true, "dictionaries": ["cpp"] },
{ "languageId": "csharp", "allowCompoundWords": true, "dictionaries": ["csharp", "dotnet", "npm"] },

@@ -39,12 +38,6 @@ { "languageId": "javascript,javascriptreact", "dictionaries": ["typescript", "node", "npm"] },

{ "languageId": "image", "enabled": false },
{ "languageId": "binary", "enabled": false },
{
"languageId": "c,cpp",
// Exclude includes
"ignoreRegExpList": [
"/#include.*/"
]
}
{ "languageId": "binary", "enabled": false }
],
"import": [
"node_modules/cspell-dict-cpp/cspell-ext.json",
"node_modules/cspell-dict-en_us/cspell-ext.json",

@@ -54,4 +47,5 @@ "node_modules/cspell-dict-en-gb/cspell-ext.json",

"node_modules/cspell-dict-django/cspell-ext.json",
"node_modules/cspell-dict-php/cspell-ext.json",
"node_modules/cspell-dict-python/cspell-ext.json"
]
}
{
"name": "cspell",
"version": "1.10.5",
"version": "1.10.6",
"description": "A Spelling Checker for Code!",

@@ -32,3 +32,3 @@ "main": "dist/index.js",

"test-watch": "npm run build && mocha --compilers ts:ts-node/register --watch --recursive \"src/**/*.test.ts\"",
"prepublish": "npm run clean-build && npm test",
"prepublish": "npm run lint && npm run clean-build && npm test",
"coverage-coveralls": "nyc report --reporter=text-lcov | coveralls",

@@ -92,2 +92,3 @@ "travis-coverage": "npm run generate-code-coverage && npm run coverage-coveralls",

"configstore": "git+https://github.com/Jason3S/configstore.git",
"cspell-dict-cpp": "^1.1.5",
"cspell-dict-django": "^1.0.2",

@@ -97,2 +98,3 @@ "cspell-dict-en-gb": "^1.1.0",

"cspell-dict-golang": "^1.1.2",
"cspell-dict-php": "^1.0.2",
"cspell-dict-python": "^1.0.2",

@@ -105,3 +107,3 @@ "cspell-lib": "^1.0.2",

"minimatch": "^3.0.4",
"rxjs": "^5.5.0",
"rxjs": "^5.5.2",
"rxjs-from-iterable": "^1.0.5",

@@ -108,0 +110,0 @@ "vscode-uri": "^1.0.1",

@@ -80,3 +80,3 @@ import { CSpellUserSettings, RegExpPatternDefinition, DictionaryDefinition } from './CSpellSettingsDef';

const getSettings = function(){
const getSettings = function() {
let settings: CSpellUserSettings | undefined = undefined;

@@ -83,0 +83,0 @@ return function() {

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