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

@cspell/dict-csharp

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cspell/dict-csharp - npm Package Compare versions

Comparing version 1.0.11 to 2.0.1

13

cspell-ext.json
{
"id": "csharp",
"name": "csharp",
"description": "Csharp dictionary for cspell.",
"version": "0.2",
"readonly": true,
"description": "C# dictionary for cspell.",
"dictionaryDefinitions": [
{
"name": "csharp",
"file": "./csharp.txt.gz",
"description": "Csharp dictionary for cspell."
"path": "./csharp.txt.gz",
"description": "C# dictionary for cspell."
}

@@ -16,5 +18,6 @@ ],

"languageId": "csharp",
"local": "*",
"description": "These are the language settings for C#",
"includeRegExpList": [],
"ignoreRegExpList": [],
"allowCompoundWords": true,
"patterns": [

@@ -32,3 +35,3 @@ {

],
"dictionaries": ["csharp"],
"dictionaries": ["csharp", "dotnet", "npm"],
"dictionaryDefinitions": []

@@ -35,0 +38,0 @@ }

{
"name": "@cspell/dict-csharp",
"version": "1.0.11",
"version": "2.0.1",
"description": "C# dictionary for cspell.",

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

"scripts": {
"build": "cspell-tools compile \"csharp.txt\" -o .",
"build": "cspell-tools-cli compile --split \"csharp.txt\" -o .",
"test": "head -n 100 \"csharp.txt\" | cspell -v -c ./cspell-ext.json \"--local=*\" \"--languageId=csharp\" stdin",

@@ -26,4 +26,5 @@ "prepublishOnly": "yarn test",

"cspell",
"cspell-ext",
"csharp",
"csharp",
"C#",
"dictionary",

@@ -37,3 +38,3 @@ "spelling"

},
"homepage": "https://github.com/streetsidesoftware/cspell-dicts/blob/master/dictionaries/csharp#readme",
"homepage": "https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/csharp#readme",
"files": [

@@ -43,3 +44,3 @@ "csharp.txt.gz",

],
"gitHead": "1c298eba6f2fdcdd3473025aca85482af1504811"
"gitHead": "bc6a2825bad6404a1f9470bc442f487ab52abeaa"
}

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