Gathering detailed insights and metrics for vscode-json-languageservice-lu
Gathering detailed insights and metrics for vscode-json-languageservice-lu
Gathering detailed insights and metrics for vscode-json-languageservice-lu
Gathering detailed insights and metrics for vscode-json-languageservice-lu
npm install vscode-json-languageservice-lu
Typescript
Module System
Node Version
NPM Version
TypeScript (99.63%)
JavaScript (0.37%)
Love this project? Help keep it running — sponsor us today! 🚀
Total Downloads
544
Last Day
1
Last Week
2
Last Month
18
Last Year
66
NOASSERTION License
281 Stars
659 Commits
114 Forks
29 Watchers
18 Branches
124 Contributors
Updated on Feb 09, 2025
Minified
Minified + Gzipped
Latest Version
3.3.1
Package Id
vscode-json-languageservice-lu@3.3.1
Unpacked Size
440.78 kB
Size
73.03 kB
File Count
54
NPM Version
6.9.0
Node Version
8.11.4
Cumulative downloads
Total Downloads
Last Day
0%
1
Compared to previous day
Last Week
-66.7%
2
Compared to previous week
Last Month
260%
18
Compared to previous month
Last Year
-15.4%
66
Compared to previous year
6
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
all changesets reviewed
Reason
no dangerous workflow patterns detected
Reason
security policy file detected
Details
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
10 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 8
Reason
detected GitHub workflow tokens with excessive permissions
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-02-10
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