Gathering detailed insights and metrics for v-search-and-highlight
Gathering detailed insights and metrics for v-search-and-highlight
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
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
3 Stars
18 Commits
1 Forks
1 Watchers
2 Branches
1 Contributors
Updated on Mar 08, 2023
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%
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
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
Found 0/18 approved changesets -- score normalized to 0
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
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
41 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
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