@cspell/dict-django
Advanced tools
Comparing version 3.0.0 to 4.0.0
@@ -11,3 +11,3 @@ // cSpell Settings | ||
"name": "django", | ||
"path": "./django.txt.gz", | ||
"path": "./dict/django.txt", | ||
"description": "List of Python Django Framework keywords." | ||
@@ -14,0 +14,0 @@ } |
{ | ||
"name": "@cspell/dict-django", | ||
"version": "3.0.0", | ||
"version": "4.0.0", | ||
"description": "Django dictionary for cspell.", | ||
@@ -14,4 +14,4 @@ "publishConfig": { | ||
"scripts": { | ||
"build": "cspell-tools compile \"django.txt\" -o .", | ||
"test": "head -n 100 \"django.txt\" | cspell -v -c ./cspell-ext.json --local=* --languageId=python stdin", | ||
"build": "cspell-tools-cli compile --keep-raw-case \"src/*.txt\" -M django --no-compress -o ./dict", | ||
"test": "head -n 100 src/django.txt | cspell -v -c ./cspell-ext.json --local=* --languageId=python stdin", | ||
"prepublishOnly": "echo pre-publish", | ||
@@ -37,6 +37,6 @@ "prepare": "yarn run build" | ||
"files": [ | ||
"django.txt.gz", | ||
"dict/django.txt", | ||
"cspell-ext.json" | ||
], | ||
"gitHead": "1ca7c3ef9e48ab76719fd8e7b578eaee452ddf68" | ||
"gitHead": "8c20cb186c0683008207540a7d6a2456d577b669" | ||
} |
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
36217
0