New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@cspell/dict-bash

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cspell/dict-bash - npm Package Compare versions

Comparing version 1.0.18 to 2.0.0

7

cspell-ext.json

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

"description": "Bash dictionary for cspell.",
"readonly": true,
// List of dictionary files to add to the global list of dictionaries

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

"name": "bash",
"file": "./bash-words.txt.gz",
"path": "./bash-words.txt.gz",
"description": "Bash dictionary for cspell."

@@ -28,3 +29,3 @@ }

// 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

@@ -41,3 +42,3 @@ // Adding patterns to the "includeRegExpList" to only include matching patterns

"dictionaries": ["bash"],
// Dictionary definitions can also be supplied here. They are only used iff "languageId" and "local" match.
// Dictionary definitions can also be supplied here. They are only used iff "languageId" and "locale" match.
"dictionaryDefinitions": []

@@ -44,0 +45,0 @@ }

{
"name": "@cspell/dict-bash",
"version": "1.0.18",
"version": "2.0.0",
"description": "Bash dictionary for cspell.",

@@ -40,3 +40,3 @@ "publishConfig": {

],
"gitHead": "9e3674306f08bbb0c68df1a1c67628bf7ca8869b"
"gitHead": "52d94cb3280b14865569ee87553d2e0ddbb9ada6"
}
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