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

cspell-lib

Package Overview
Dependencies
Maintainers
1
Versions
368
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cspell-lib - npm Package Compare versions

Comparing version 4.1.0 to 4.1.1

15

config/cspell-default.json

@@ -41,3 +41,10 @@ // cspell default configuration

{ "languageId": "markdown,html", "ignoreRegExpList": ["/&[a-z]+;/g"] },
{ "languageId": "html", "ignoreRegExpList": ["href"] }
{ "languageId": "html", "ignoreRegExpList": ["href"] },
{
"languageId": "markdown",
"ignoreRegExpList": [
"/(?<=\\])\\[[^\\]]+\\]/",
"/\\[[^\\]]+\\]:/"
]
}
],

@@ -48,5 +55,7 @@ "import": [

"node_modules/cspell-dict-django/cspell-ext.json",
"node_modules/cspell-dict-dotnet/cspell-ext.json",
"node_modules/cspell-dict-elixir/cspell-ext.json",
"node_modules/cspell-dict-en_us/cspell-ext.json",
"node_modules/cspell-dict-en-gb/cspell-ext.json",
"node_modules/cspell-dict-fonts/cspell-ext.json",
"node_modules/cspell-dict-fullstack/cspell-ext.json",

@@ -63,4 +72,6 @@ "node_modules/cspell-dict-golang/cspell-ext.json",

"node_modules/cspell-dict-rust/cspell-ext.json",
"node_modules/cspell-dict-scala/cspell-ext.json"
"node_modules/cspell-dict-scala/cspell-ext.json",
"node_modules/cspell-dict-software-terms/cspell-ext.json",
"node_modules/cspell-dict-typescript/cspell-ext.json"
]
}

5

dist/Settings/DefaultSettings.js

@@ -38,8 +38,5 @@ "use strict";

const defaultDictionaryDefs = [
{ name: 'companies', file: 'companies.txt.gz', type: 'S', description: 'List of companies.' },
{ name: 'css', file: 'css.txt.gz', type: 'S', description: 'CSS Keywords.' },
{ name: 'csharp', file: 'csharp.txt.gz', type: 'S', description: 'C# Keywords and common library functions.' },
{ name: 'dotnet', file: 'dotnet.txt.gz', type: 'S', description: '.Net keywords.' },
{ name: 'filetypes', file: 'filetypes.txt.gz', type: 'S', description: 'List of file types.' },
{ name: 'fonts', file: 'fonts.txt.gz', type: 'S', description: 'List of fonts.' },
{ name: 'html', file: 'html.txt.gz', type: 'S', description: 'HTML keywords.' },

@@ -49,4 +46,2 @@ { name: 'misc', file: 'miscTerms.txt.gz', type: 'S', description: 'List of miscellaneous terms.' },

{ name: 'npm', file: 'npm.txt.gz', type: 'S', description: 'List of Top 500 NPM packages.' },
{ name: 'softwareTerms', file: 'softwareTerms.txt.gz', type: 'S', description: 'Common Software Terms.' },
{ name: 'typescript', file: 'typescript.txt.gz', type: 'S', description: 'JavaScript and Typescript terms.' },
];

@@ -53,0 +48,0 @@ exports._defaultSettings = {

{
"name": "cspell-lib",
"version": "4.1.0",
"version": "4.1.1",
"description": "A library of useful functions used across various cspell tools.",

@@ -56,9 +56,11 @@ "main": "dist/index.js",

"configstore": "^5.0.0",
"cspell-dict-companies": "^1.0.12",
"cspell-dict-cpp": "^1.1.21",
"cspell-dict-companies": "^1.0.16",
"cspell-dict-cpp": "^1.1.23",
"cspell-dict-django": "^1.0.12",
"cspell-dict-elixir": "^1.0.10",
"cspell-dict-dotnet": "^1.0.12",
"cspell-dict-elixir": "^1.0.11",
"cspell-dict-en-gb": "^1.1.11",
"cspell-dict-en_us": "^1.2.18",
"cspell-dict-fullstack": "^1.0.15",
"cspell-dict-fonts": "^1.0.3",
"cspell-dict-fullstack": "^1.0.18",
"cspell-dict-golang": "^1.1.12",

@@ -71,9 +73,11 @@ "cspell-dict-haskell": "^1.0.2",

"cspell-dict-php": "^1.0.11",
"cspell-dict-powershell": "^1.0.2",
"cspell-dict-powershell": "^1.0.3",
"cspell-dict-python": "^1.0.14",
"cspell-dict-rust": "^1.0.10",
"cspell-dict-scala": "^1.0.9",
"cspell-io": "^4.0.18",
"cspell-trie-lib": "^4.1.0",
"cspell-util-bundle": "^4.0.5",
"cspell-dict-software-terms": "^1.0.3",
"cspell-dict-typescript": "^1.0.1",
"cspell-io": "^4.0.19",
"cspell-trie-lib": "^4.1.1",
"cspell-util-bundle": "^4.0.6",
"fs-extra": "^8.1.0",

@@ -105,5 +109,5 @@ "gensequence": "^2.1.2",

"devDependencies": {
"cspell-tools": "^4.1.0"
"cspell-tools": "^4.1.1"
},
"gitHead": "ebda8f0a8263727a73dcb3dfdf75b9f7b85e344e"
"gitHead": "c528fdc4f86777aefbc23a18c3ac7a51c0c9d2bd"
}

Sorry, the diff of this file is not supported yet

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