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
89.5
Supply Chain
79.2
Quality
91
Maintenance
100
Vulnerability
98.9
License
TypeScript (84.29%)
HTML (7.6%)
SCSS (7.47%)
JavaScript (0.4%)
CSS (0.15%)
Shell (0.09%)
Love this project? Help keep it running — sponsor us today! 🚀
Total Downloads
4,917,258
Last Day
161
Last Week
161
Last Month
69,284
Last Year
1,103,188
3,318 Stars
1,162 Commits
914 Forks
52 Watching
3 Branches
129 Contributors
Minified
Minified + Gzipped
Latest Version
14.2.0
Package Id
@ng-select/ng-option-highlight@14.2.0
Unpacked Size
11.39 kB
Size
3.46 kB
File Count
11
Publised On
13 Jan 2025
Cumulative downloads
Total Downloads
Last day
0%
161
Compared to previous day
Last week
-98.8%
161
Compared to previous week
Last month
-18%
69,284
Compared to previous month
Last year
1.4%
1,103,188
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
no dangerous workflow patterns detected
Reason
10 commit(s) and 11 issue activity found in the last 90 days -- score normalized to 10
Reason
all changesets reviewed
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
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
10 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