@cspell/dict-python
Advanced tools
Comparing version 4.1.11 to 4.2.0
@@ -10,3 +10,3 @@ { | ||
"name": "python", | ||
"path": "./python.txt.gz", | ||
"path": "./dict/python.txt", | ||
"description": "Python Dictionary" | ||
@@ -16,3 +16,3 @@ }, | ||
"name": "python-common", | ||
"path": "./python-common.txt.gz", | ||
"path": "./dict/python-common.txt", | ||
"description": "Python Common Terms Dictionary" | ||
@@ -19,0 +19,0 @@ } |
{ | ||
"name": "@cspell/dict-python", | ||
"version": "4.1.11", | ||
"version": "4.2.0", | ||
"description": "Python dictionary for cspell.", | ||
@@ -15,4 +15,4 @@ "publishConfig": { | ||
"build": "pnpm cspell-tools-cli build", | ||
"test-dictionary": "cspell -v -c ./cspell-ext.json --local=en --languageId=python \"src/python/py*.txt\"", | ||
"test-samples": "cspell -v -c ./cspell-ext.json \"samples/**/*.py\"", | ||
"test-dictionary": "cspell -c ./cspell-ext.json --locale=en --languageId=python \"src/python/py*.txt\"", | ||
"test-samples": "cspell -c ./cspell-ext.json \"samples/**/*.py\"", | ||
"test": "pnpm run test-dictionary && pnpm run test-samples", | ||
@@ -25,3 +25,4 @@ "update-python-lib": "./scripts/fetch-python.sh", | ||
"type": "git", | ||
"url": "git+https://github.com/streetsidesoftware/cspell-dicts.git" | ||
"url": "https://github.com/streetsidesoftware/cspell-dict.git", | ||
"directory": "dictionaries/python" | ||
}, | ||
@@ -36,3 +37,3 @@ "keywords": [ | ||
], | ||
"author": "Jason Dent", | ||
"author": "Street Side Software <support@streetsidesoftware.nl>", | ||
"license": "MIT", | ||
@@ -44,10 +45,10 @@ "bugs": { | ||
"dependencies": { | ||
"@cspell/dict-data-science": "^1.0.11" | ||
"@cspell/dict-data-science": "^2.0.1" | ||
}, | ||
"files": [ | ||
"python.txt.gz", | ||
"python-common.txt.gz", | ||
"dict/python.txt", | ||
"dict/python-common.txt", | ||
"cspell-ext.json" | ||
], | ||
"gitHead": "92536caba3fdb0c7c88f07e7b54e9d956277b1da" | ||
"gitHead": "3ca0823c399679579d0a50ac565ee8c850d29fed" | ||
} |
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
94507
0
+ Added@cspell/dict-data-science@2.0.5(transitive)
- Removed@cspell/dict-data-science@1.0.11(transitive)