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 4.1.10 to 4.2.0

10

cspell-ext.json

@@ -5,11 +5,3 @@ {

"description": "Bash dictionary.",
"readonly": true,
"dictionaryDefinitions": [
{
"name": "bash",
"path": "./dict/bash-words.txt",
"description": "Bash dictionary."
}
],
"dictionaries": [],
"import": ["@cspell/dict-shell"],
"languageSettings": [

@@ -16,0 +8,0 @@ {

11

package.json
{
"name": "@cspell/dict-bash",
"version": "4.1.10",
"version": "4.2.0",
"description": "Bash dictionary for cspell.",

@@ -15,4 +15,4 @@ "publishConfig": {

"scripts": {
"build": "cspell-tools-cli build",
"test": "shx cat src/bash-words.txt | cspell -c ./cspell-ext.json \"--locale=*\" \"--languageId=shellscript\" stdin",
"build": "echo ok",
"test": "shx cat samples/bash-words.txt | cspell -c ./cspell-ext.json \"--locale=*\" \"--languageId=shellscript\" stdin",
"prepublishOnly": "echo pre-publish",

@@ -43,3 +43,6 @@ "prepare:dictionary": "pnpm run build"

],
"gitHead": "c5d2ed0b1b50a03fbf32b6848bfeb3b1fc335a02"
"dependencies": {
"@cspell/dict-shell": "1.1.0"
},
"gitHead": "3b96e0ab2641bbc840fdc4decd1168a4d7232454"
}
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