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

cspell-dict-latex

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cspell-dict-latex - npm Package Compare versions

Comparing version 1.0.22 to 1.1.0

16

CHANGELOG.md

@@ -6,2 +6,18 @@ # Change Log

# [1.1.0](https://github.com/streetsidesoftware/cspell-dicts/compare/cspell-dict-latex@1.0.22...cspell-dict-latex@1.1.0) (2020-12-24)
### Bug Fixes
* `[@cspell](https://github.com/cspell)` dict imports ([#303](https://github.com/streetsidesoftware/cspell-dicts/issues/303)) ([b6cd581](https://github.com/streetsidesoftware/cspell-dicts/commit/b6cd58114caa8752fba69522e6b740a4be74dd6e))
### Features
* Have `cspell-dict-*` use dictionary from `@cspell/dict-*` ([#300](https://github.com/streetsidesoftware/cspell-dicts/issues/300)) ([403c08f](https://github.com/streetsidesoftware/cspell-dicts/commit/403c08fbd1d11a083f586e591b87ef9a47f71944))
## [1.0.22](https://github.com/streetsidesoftware/cspell-dicts/compare/cspell-dict-latex@1.0.21...cspell-dict-latex@1.0.22) (2020-11-28)

@@ -8,0 +24,0 @@

57

cspell-ext.json

@@ -1,58 +0,3 @@

// cSpell Settings
{
"id": "latex",
"name": "LaTeX",
"description": "LaTeX cspell dictionary",
// List of dictionary files to add to the global list of dictionaries
"dictionaryDefinitions": [
{
"name": "latex",
"file": "./latex.txt.gz",
"description": "LaTeX dictionary"
}
],
// 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": "latex",
// 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": [],
// regex patterns than can be used with ignoreRegExpList or includeRegExpList
// Example: "pattern": [{ "name": "mdash", "pattern": "—" }]
// This could be included in "ignoreRegExpList": ["mdash"]
"patterns": [
{
"name": "LaTexMacros",
"pattern": "\\\\\\w*(\\[.*?\\])?(\\{.*?\\})?",
"description": "Match against all LaTex Macros"
},
{
"name": "LaTexMacrosMultiLine",
"pattern": "\\\\(?!(?:title|color|section|subsection|footnote|chapter|part|caption|emph|text))\\w+(?:\\[[^]*?\\]|\\{[^]*?\\})*",
"description": "Match against all LaTex Macros"
},
{
"name": "LaTexMath",
"pattern": "\\$.+?\\$",
"description": "Match against all LaTex Macros"
}
],
// To exclude patterns, add them to "ignoreRegExpList"
"ignoreRegExpList": ["LaTexMacrosMultiLine", "LaTexMath"],
// List of dictionaries to enable by name in `dictionaryDefinitions`
"dictionaries": ["latex"],
// Dictionary definitions can also be supplied here. They are only used iff "languageId" and "local" match.
"dictionaryDefinitions": []
}
]
"import": ["@cspell/dict-latex/cspell-ext.json"]
}
{
"name": "cspell-dict-latex",
"version": "1.0.22",
"version": "1.1.0",
"description": "LaTeX cspell dictionary",

@@ -14,8 +14,4 @@ "bin": {

"scripts": {
"build": "cspell-tools compile \"latex.txt\" -o .",
"test": "head -n 1000 \"latex.txt\" | cspell -v -c ./cspell-ext.json --local=* --languageId=latex stdin",
"cspell-link": "node link.js",
"cspell-unlink": "node unlink.js",
"prepublishOnly": "yarn test",
"prepare": "yarn run build"
"test": "cspell -v -c ./cspell-ext.json *.md",
"prepublishOnly": "yarn test"
},

@@ -41,11 +37,10 @@ "repository": {

"dependencies": {
"@cspell/dict-latex": "^1.0.23",
"configstore": "^5.0.1"
},
"files": [
"latex.txt.gz",
"cspell-ext.json",
"*.js",
"*.d.ts"
],
"gitHead": "48d10290053a5c492372ed4221cdb83c835a3bcb"
]
}
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