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

@cspell/dict-companies

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cspell/dict-companies - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

34

cspell-ext.json

@@ -1,42 +0,14 @@

// cSpell Settings
{
"id": "companies",
"name": "Company names",
"readonly": true,
"description": "Company names dictionary for cspell.",
// List of dictionary files to add to the global list of dictionaries
"dictionaryDefinitions": [
{
"name": "companies",
"file": "./companies.txt.gz",
"path": "./companies.txt.gz",
"description": "Company names dictionary for cspell."
}
],
// Dictionaries to always be used.
// Generally left empty
"dictionaries": [],
// Language Rules to apply to matching files.
// Files are matched on `languageId` and `local`
"languageSettings": [
{
// VSCode languageId. i.e. typescript, java, go, cpp, javascript, markdown, latex
// * will match against any file type.
"languageId": "*",
// Language local. i.e. en-US, de-AT, or ru. * will match all locals.
// Multiple locals can be specified like: "en, en-US" to match both English and English US.
"local": "*",
// By default the whole text of a file is included for spell checking
// Adding patterns to the "includeRegExpList" to only include matching patterns
"includeRegExpList": [],
// To exclude patterns, add them to "ignoreRegExpList"
"ignoreRegExpList": [],
// regex patterns than can be used with ignoreRegExpList or includeRegExpList
// Example: "pattern": [{ "name": "mdash", "pattern": "—" }]
// This could be included in "ignoreRegExpList": ["mdash"]
"patterns": [],
// List of dictionaries to enable by name in `dictionaryDefinitions`
"dictionaries": ["companies"],
// Dictionary definitions can also be supplied here. They are only used iff "languageId" and "local" match.
"dictionaryDefinitions": []
}
]
"dictionaries": ["companies"]
}

7

package.json
{
"name": "@cspell/dict-companies",
"version": "2.0.1",
"version": "2.0.2",
"description": "Company names dictionary for cspell.",

@@ -15,3 +15,3 @@ "publishConfig": {

"build": "cspell-tools-cli compile --split \"src/companies.txt\" -o .",
"test": "head -n 100 \"src/companies.txt\" | cspell -v -c ./cspell-ext.json --local=* --languageId=* stdin",
"test": "cat \"src/companies.txt\" | cspell -v -c ./cspell-ext.json --local=* --languageId=* stdin",
"prepublishOnly": "yarn test",

@@ -26,2 +26,3 @@ "prepare": "yarn run build"

"cspell",
"cspell-ext",
"companies",

@@ -42,3 +43,3 @@ "Company names",

],
"gitHead": "353ef5c5b562dbafffcad9025e43550b027976bf"
"gitHead": "b205afbb533926ffaa26a6e48aba3b4eb752879d"
}
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