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

bash-language-server

Package Overview
Dependencies
Maintainers
0
Versions
107
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bash-language-server - npm Package Compare versions

Comparing version 5.4.0 to 5.4.1

4

CHANGELOG.md
# Bash Language Server
## 5.4.1
- Bump treesitter to latest version
## 5.4.0

@@ -4,0 +8,0 @@

7

package.json

@@ -6,3 +6,3 @@ {

"license": "MIT",
"version": "5.4.0",
"version": "5.4.1",
"main": "./out/server.js",

@@ -18,3 +18,4 @@ "typings": "./out/server.d.ts",

"engines": {
"node": ">=16"
"node": ">=16",
"pnpm": ">=9.1.1"
},

@@ -29,3 +30,3 @@ "dependencies": {

"vscode-languageserver-textdocument": "1.0.11",
"web-tree-sitter": "0.22.5",
"web-tree-sitter": "0.23.0",
"zod": "3.22.4"

@@ -32,0 +33,0 @@ },

@@ -664,3 +664,5 @@ import { join } from 'node:path'

kind: 'markdown',
value: expect.stringContaining('Write arguments to the standard output'),
value: expect.stringMatching(
/Write arguments to the standard output|Output the ARGs/,
),
},

@@ -667,0 +669,0 @@ })

@@ -72,3 +72,3 @@ import { FormattingOptions } from 'vscode-languageserver/node'

}).rejects.toThrow(
/Shfmt: exited with status 1: .*\/testing\/fixtures\/shfmt\.sh:25:14: (the "function" builtin exists in bash; tried parsing as posix|a command can only contain words and redirects; encountered \()/,
/Shfmt: exited with status 1: .*\/testing\/fixtures\/shfmt\.sh:25:14: (the "function" builtin|a command can only contain words and redirects; encountered \()/,
)

@@ -75,0 +75,0 @@ })

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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