Gathering detailed insights and metrics for v-search-and-highlight
Gathering detailed insights and metrics for v-search-and-highlight
npm install v-search-and-highlight
Typescript
Module System
Node Version
NPM Version
55.7
Supply Chain
78.3
Quality
74.9
Maintenance
50
Vulnerability
99.6
License
JavaScript (100%)
Total Downloads
814
Last Day
1
Last Week
2
Last Month
11
Last Year
70
3 Stars
18 Commits
1 Forks
2 Watching
2 Branches
1 Contributors
Minified
Minified + Gzipped
Latest Version
1.1.0
Package Id
v-search-and-highlight@1.1.0
Unpacked Size
15.03 kB
Size
3.56 kB
File Count
11
NPM Version
5.6.0
Node Version
9.4.0
Cumulative downloads
Total Downloads
Last day
0%
1
Compared to previous day
Last week
0%
2
Compared to previous week
Last month
266.7%
11
Compared to previous month
Last year
-26.3%
70
Compared to previous year
1
A Vue plugin for searching the content of an element and highlighting the keyword with the mark element.
The plugin includes a vue directive. It searches the children of the element recursively and replaces the keyword with a mark element.
1$ npm i -S v-search-and-highlight
未压缩版本
1<script src="https://cdn.jsdelivr.net/npm/v-search-and-highlight@1.1.0/dist/v-search-and-highlight.js"></script>
压缩版本
1<script src="https://cdn.jsdelivr.net/npm/v-search-and-highlight@1.1.0/dist/v-search-and-highlight.min.js"></script>
The directive requires the keyword
argument and surpports an optional filter function to filter out elements.
Name | Required | Type | Description |
---|---|---|---|
keyword | true | String | The keyword to search |
filter | false | Function/String | If it is a function, it's the function to filter the elements, take the DOM node as parameter and return true for handling the element; If it is a string, it's the class name of for elements to filter out. |
There are examples in the examples folder, and you can view them here.
For data binding, we have to use v-text
directive other than the mustache syntax.
Because the mustache syntax generates a text node, but this directive replaces text with a html node, which cann't be in a text node.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
Found 0/18 approved changesets -- score normalized to 0
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
license file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
40 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-01-27
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