@cspell/dict-cpp
Advanced tools
Comparing version 4.0.3 to 5.0.0
@@ -10,4 +10,9 @@ // cSpell Settings | ||
{ | ||
"name": "cpp-legacy", | ||
"path": "./dict/cpp-legacy.txt", | ||
"description": "Legacy C/C++ Keywords and common library functions." | ||
}, | ||
{ | ||
"name": "cpp", | ||
"path": "./cpp.txt.gz", | ||
"path": "./dict/cpp.txt", | ||
"description": "C/C++ Keywords and common library functions." | ||
@@ -17,3 +22,3 @@ }, | ||
"name": "cpp-refined", | ||
"path": "./cpp-refined.txt.gz", | ||
"path": "./dict/cpp-refined.txt", | ||
"description": "Refined list of C/C++ Keywords and common library functions." | ||
@@ -20,0 +25,0 @@ } |
{ | ||
"name": "@cspell/dict-cpp", | ||
"version": "4.0.3", | ||
"version": "5.0.0", | ||
"description": "C/C++ Dictionary dictionary for cspell.", | ||
@@ -14,3 +14,3 @@ "publishConfig": { | ||
"scripts": { | ||
"build": "yarn run build-cpp && yarn run build-cpp-refined", | ||
"build": "cspell-tools-cli build", | ||
"build-cpp": "cspell-tools compile \"src/cpp.txt\" -o .", | ||
@@ -42,7 +42,6 @@ "build-cpp-refined": "cat source-files-cpp-refined.txt | xargs cspell-tools-cli compile --no-split --keep-raw-case --merge cpp-refined -o .", | ||
"files": [ | ||
"cpp.txt.gz", | ||
"cpp-refined.txt.gz", | ||
"dict/*.txt", | ||
"cspell-ext.json" | ||
], | ||
"gitHead": "a8ff83095adc9f526f48772c52195e0456f78668" | ||
"gitHead": "50e337bb612dd8ebe3d91c09faa1a2b130997ae4" | ||
} |
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 2 instances in 1 package
696517
7
61
0