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

@cspell/dict-csharp

Package Overview
Dependencies
Maintainers
1
Versions
10
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

to
3.0.1

1

cspell-ext.json

@@ -21,3 +21,2 @@ {

"ignoreRegExpList": [],
"allowCompoundWords": true,
"patterns": [

@@ -24,0 +23,0 @@ {

6

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

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

"test": "head -n 100 \"csharp.txt\" | cspell -v -c ./cspell-ext.json \"--local=*\" \"--languageId=csharp\" stdin",
"prepublishOnly": "yarn test",
"prepublishOnly": "echo pre-publish",
"prepare": "yarn run build"

@@ -42,3 +42,3 @@ },

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