@cspell/dict-dotnet
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -11,3 +11,3 @@ // cSpell Settings | ||
"name": "dotnet", | ||
"path": "./dotnet.txt.gz", | ||
"path": "./dict/dotnet.txt", | ||
"description": ".Net keywords." | ||
@@ -14,0 +14,0 @@ } |
{ | ||
"name": "@cspell/dict-dotnet", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": ".Net dictionary for cspell.", | ||
@@ -14,3 +14,3 @@ "publishConfig": { | ||
"scripts": { | ||
"build": "cspell-tools compile \"dotnet.txt\" -o .", | ||
"build": "cspell-tools compile dotnet.txt --no-compress -o ./dict", | ||
"test": "head -n 100 \"dotnet.txt\" | cspell -v -c ./cspell-ext.json --local=* --languageId=cs stdin", | ||
@@ -38,6 +38,6 @@ "prepublishOnly": "echo pre-publish", | ||
"files": [ | ||
"dotnet.txt.gz", | ||
"dict/*", | ||
"cspell-ext.json" | ||
], | ||
"gitHead": "1ca7c3ef9e48ab76719fd8e7b578eaee452ddf68" | ||
"gitHead": "fe9e77ac24549b17abedd57e5a1b690ed53c442a" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
25340
0