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.1.0 to 5.1.1

4

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

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

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

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

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

2

package.json

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

"license": "MIT",
"version": "5.1.0",
"version": "5.1.1",
"main": "./out/server.js",

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

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

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

@@ -79,0 +80,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