Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@cspell/dict-python

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cspell/dict-python - npm Package Compare versions

Comparing version 4.1.11 to 4.2.0

dict/python-common.txt

4

cspell-ext.json

@@ -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"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc