Gathering detailed insights and metrics for @codemirror/lang-css
Gathering detailed insights and metrics for @codemirror/lang-css
Gathering detailed insights and metrics for @codemirror/lang-css
Gathering detailed insights and metrics for @codemirror/lang-css
CSS language support for the CodeMirror code editor
npm install @codemirror/lang-css
93.8
Supply Chain
83.3
Quality
86.2
Maintenance
100
Vulnerability
100
License
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
10 Stars
87 Commits
10 Forks
5 Watching
1 Branches
4 Contributors
Updated on 27 Nov 2024
TypeScript (100%)
Cumulative downloads
Total Downloads
Last day
-1.1%
94,256
Compared to previous day
Last week
4%
522,404
Compared to previous week
Last month
8.7%
2,215,170
Compared to previous month
Last year
86.4%
19,039,457
Compared to previous year
1
[ WEBSITE | ISSUES | FORUM | CHANGELOG ]
This package implements CSS language support for the CodeMirror code editor.
The project page has more information, a number of examples and the documentation.
This code is released under an MIT license.
We aim to be an inclusive, welcoming community. To make that explicit, we have a code of conduct that applies to communication around the project.
css() → LanguageSupport
Language support for CSS.
cssLanguage: LRLanguage
A language provider based on the Lezer CSS parser, extended with highlighting and indentation information.
cssCompletionSource: CompletionSource
CSS property, variable, and value keyword completion source.
defineCSSCompletionSource(isVariable: fn(node: SyntaxNodeRef) → boolean) → CompletionSource
Create a completion source for a CSS dialect, providing a predicate for determining what kind of syntax node can act as a completable variable. This is used by language modes like Sass and Less to reuse this package's completion logic.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
no dangerous workflow patterns detected
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3
Reason
Found 2/30 approved changesets -- score normalized to 0
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2024-11-25
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