Gathering detailed insights and metrics for @redocly/vscode-json-languageservice
Gathering detailed insights and metrics for @redocly/vscode-json-languageservice
Gathering detailed insights and metrics for @redocly/vscode-json-languageservice
Gathering detailed insights and metrics for @redocly/vscode-json-languageservice
JSON language service extracted from VSCode to be reused, e.g in the Monaco editor.
npm install @redocly/vscode-json-languageservice
Typescript
Module System
Node Version
NPM Version
TypeScript (99.64%)
JavaScript (0.36%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
NOASSERTION License
301 Stars
669 Commits
120 Forks
29 Watchers
20 Branches
124 Contributors
Updated on Jul 14, 2025
Latest Version
3.4.9
Package Id
@redocly/vscode-json-languageservice@3.4.9
Size
73.31 kB
NPM Version
6.11.3
Node Version
12.11.1
Published on
Nov 11, 2019
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
JSON language service extracted from VSCode to be reused, e.g in the Monaco editor.
The vscode-json-languageservice contains the language smarts behind the JSON editing experience of Visual Studio Code and the Monaco editor.
doValidation analyses an input string and returns syntax and lint errros.
doComplete provides completion proposals for a given location. doResolve resolves a completion proposal
doResolve resolves a completion proposals.
doHover provides a hover text for a given location.
findDocumentSymbols provides all symbols in the given document
findDocumentColors provides all color symbols in the given document, getColorPresentations returns available color formats for a color symbol.
format formats the code at the given range.
getFoldingRanges gets folding ranges for the given document
getSelectionRanges gets selection ranges for a given location.
use parseJSONDocument create a JSON document from source code, or newJSONDocument to create the document from an AST.
npm install --save vscode-json-languageservice
No vulnerabilities found.
Reason
GitHub workflow tokens follow principle of least privilege
Details
Reason
all changesets reviewed
Reason
no binaries found in the repo
Reason
security policy file detected
Details
Reason
no dangerous workflow patterns detected
Reason
0 existing vulnerabilities detected
Reason
9 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 9
Reason
license file detected
Details
Reason
branch protection is not maximal on development and all release branches
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-07-14
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More