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

@cspell/dict-django

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cspell/dict-django - npm Package Compare versions

Comparing version 1.0.26 to 2.0.0

19

CHANGELOG.md

@@ -6,2 +6,21 @@ # Change Log

# [2.0.0](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-django@1.0.26...@cspell/dict-django@2.0.0) (2022-02-09)
### Features
* Drop support for CSpell 4. ([#907](https://github.com/streetsidesoftware/cspell-dicts/issues/907)) ([ca078c6](https://github.com/streetsidesoftware/cspell-dicts/commit/ca078c6a2e188cc3cf6276db1ba7e007f0f06f27))
### BREAKING CHANGES
* Drop Support for CSpell 4.
* feat: Drop support for CSpell 4.
* Mark the config files as READONLY
## [1.0.26](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-django@1.0.25...@cspell/dict-django@1.0.26) (2021-03-16)

@@ -8,0 +27,0 @@

13

cspell-ext.json

@@ -6,2 +6,3 @@ // cSpell Settings

"description": "List of Python Django Framework keywords.",
"readonly": true,
// List of dictionary files to add to the global list of dictionaries

@@ -11,3 +12,3 @@ "dictionaryDefinitions": [

"name": "django",
"file": "./django.txt.gz",
"path": "./django.txt.gz",
"description": "List of Python Django Framework keywords."

@@ -17,5 +18,11 @@ }

"languageSettings": [
{ "languageId": "html", "dictionaries": ["django"] },
{ "languageId": "python", "dictionaries": ["django"] }
{
"languageId": "html",
"dictionaries": ["django"]
},
{
"languageId": "python",
"dictionaries": ["django"]
}
]
}
{
"name": "@cspell/dict-django",
"version": "1.0.26",
"version": "2.0.0",
"description": "Django dictionary for cspell.",

@@ -34,8 +34,7 @@ "publishConfig": {

},
"homepage": "https://github.com/streetsidesoftware/cspell-dicts/blob/master/dictionaries/django#readme",
"homepage": "https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/django#readme",
"files": [
"django.txt.gz",
"cspell-ext.json"
],
"gitHead": "1c298eba6f2fdcdd3473025aca85482af1504811"
]
}
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