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

@cspell/dict-node

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cspell/dict-node - npm Package Compare versions

Comparing version 2.0.1 to 3.0.0

20

cspell-ext.json

@@ -1,2 +0,1 @@

// cSpell Settings
{

@@ -7,3 +6,2 @@ "id": "node",

"readonly": true,
// List of dictionary files to add to the global list of dictionaries
"dictionaryDefinitions": [

@@ -16,28 +14,10 @@ {

],
// 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": "javascript,typescript",
// 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.
"locale": "*",
// 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": [],
"words": ["yyyymmdd"],
// List of dictionaries to enable by name in `dictionaryDefinitions`
"dictionaries": ["node"],
// Dictionary definitions can also be supplied here. They are only used iff "languageId" and "locale" match.
"dictionaryDefinitions": []

@@ -44,0 +24,0 @@ }

9

package.json
{
"name": "@cspell/dict-node",
"version": "2.0.1",
"version": "3.0.0",
"description": "Node.js dictionary for cspell.",

@@ -15,6 +15,5 @@ "publishConfig": {

"build-node": "node src/extract-api.js src/api/*.md",
"build": "cspell-tools compile node.txt additional_words.txt --merge node -o .",
"test": "yarn test-dict && yarn test-old",
"build": "cspell-tools-cli compile node.txt additional_words.txt --merge node -o .",
"test": "yarn test-dict",
"test-dict": "cat \"node.txt\" | cspell -v -c ./cspell-ext.json \"--local=*\" \"--languageId=javascript\" stdin",
"test-old": "cspell -v -c ./cspell-ext.json \"--local=en\" \"--languageId=javascript\" src/node-old.txt",
"prepublishOnly": "echo pre-publish",

@@ -44,3 +43,3 @@ "prepare": "yarn run build"

],
"gitHead": "7fecc4b4faae0a974cf6eeb699029771366606ad"
"gitHead": "e7007a48f8fb0ee8ef8fe0c4b54b61ce939596fb"
}

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