@cspell/dict-fullstack
Advanced tools
Comparing version 1.0.39 to 2.0.1
// cSpell Settings | ||
{ | ||
"id": "fullstack", | ||
"version": "0.2", | ||
"name": "Fullstack", | ||
@@ -26,3 +27,3 @@ "description": "Common words encountered during fullstack development", | ||
// Multiple locals can be specified like: "en, en-US" to match both English and English US. | ||
"local": "*", | ||
"locale": "*", | ||
// By default the whole text of a file is included for spell checking | ||
@@ -29,0 +30,0 @@ // Adding patterns to the "includeRegExpList" to only include matching patterns |
{ | ||
"name": "@cspell/dict-fullstack", | ||
"version": "1.0.39", | ||
"version": "2.0.1", | ||
"description": "Dictionary of terms used in Fullstack development.", | ||
@@ -14,4 +14,4 @@ "publishConfig": { | ||
"scripts": { | ||
"build": "cspell-tools compile \"fullstack.txt\" -o .", | ||
"test": "head -n 100 \"fullstack.txt\" | cspell -v -c ./cspell-ext.json --local=* --languageId=php stdin", | ||
"build": "cspell-tools-cli compile --split \"fullstack.txt\" -o .", | ||
"test": "cat \"fullstack.txt\" | cspell -v -c ./cspell-ext.json --local=* --languageId=php stdin", | ||
"prepublishOnly": "yarn test", | ||
@@ -26,2 +26,3 @@ "prepare": "yarn run build" | ||
"cspell", | ||
"cspell-ext", | ||
"fullstack", | ||
@@ -41,3 +42,3 @@ "dictionary", | ||
], | ||
"gitHead": "353ef5c5b562dbafffcad9025e43550b027976bf" | ||
"gitHead": "76078b0b0a78472607f483cf3a934de10f515d34" | ||
} |
Sorry, the diff of this file is not supported yet
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
6837
43
0