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

bash-language-server

Package Overview
Dependencies
Maintainers
2
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.3.2 to 5.3.3

4

CHANGELOG.md
# Bash Language Server
## 5.3.3
- Revert "Add --help fallback for documentation" https://github.com/bash-lsp/bash-language-server/pull/1052
## 5.3.2

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

1

out/util/sh.js

@@ -74,3 +74,2 @@ "use strict";

{ type: 'man', command: `man -P cat ${word} | col -bx` },
{ type: 'help flag', command: `${word} --help | col -bx` },
];

@@ -77,0 +76,0 @@ for (const { type, command } of DOCUMENTATION_COMMANDS) {

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

"license": "MIT",
"version": "5.3.2",
"version": "5.3.3",
"main": "./out/server.js",

@@ -9,0 +9,0 @@ "typings": "./out/server.d.ts",

@@ -77,3 +77,2 @@ import * as ChildProcess from 'child_process'

{ type: 'man', command: `man -P cat ${word} | col -bx` },
{ type: 'help flag', command: `${word} --help | col -bx` },
]

@@ -80,0 +79,0 @@

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