Gathering detailed insights and metrics for @ng-select/ng-option-highlight
Gathering detailed insights and metrics for @ng-select/ng-option-highlight
Gathering detailed insights and metrics for @ng-select/ng-option-highlight
Gathering detailed insights and metrics for @ng-select/ng-option-highlight
npm install @ng-select/ng-option-highlight
Typescript
Module System
TypeScript (84.79%)
HTML (7.36%)
SCSS (7.23%)
JavaScript (0.38%)
CSS (0.15%)
Shell (0.08%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
3,362 Stars
1,201 Commits
921 Forks
51 Watchers
4 Branches
134 Contributors
Updated on Jul 09, 2025
Latest Version
15.1.3
Package Id
@ng-select/ng-option-highlight@15.1.3
Unpacked Size
9.05 kB
Size
3.00 kB
File Count
7
Published on
Jun 27, 2025
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
2
ng-option-highlight
:1npm install --save @ng-select/ng-option-highlight
1yarn add @ng-select/ng-option-highlight
1import { NgSelectModule } from '@ng-select/ng-select'; 2import { NgOptionHighlightModule } from '@ng-select/ng-option-highlight'; 3 4@NgModule({ 5 declarations: [AppComponent], 6 imports: [NgSelectModule, NgOptionHighlightModule], 7 bootstrap: [AppComponent], 8}) 9export class AppModule {}
1<ng-select> 2 ... 3 <ng-template ng-option-tmp let-item="item" let-search="searchTerm"> 4 <span [ngOptionHighlight]="search">{{item.title}}</span> 5 </ng-template> 6</ng-select>
Run ng build ng-option-highlight
to build the project. The build artifacts will be stored in the dist/
directory.
After building your library with ng build ng-option-highlight
, go to the dist folder cd dist/ng-option-highlight
and run npm publish
.
Run ng test ng-option-highlight
to execute the unit tests via Karma.
No vulnerabilities found.
Reason
26 commit(s) and 7 issue activity found in the last 90 days -- score normalized to 10
Reason
all changesets reviewed
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
packaging workflow detected
Details
Reason
SAST tool is run on all commits
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
security policy file not detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
project is not fuzzed
Details
Reason
10 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