Gathering detailed insights and metrics for angular-reselect
Gathering detailed insights and metrics for angular-reselect
Gathering detailed insights and metrics for angular-reselect
Gathering detailed insights and metrics for angular-reselect
npm install angular-reselect
Typescript
Module System
Node Version
NPM Version
JavaScript (89.83%)
CSS (6.38%)
HTML (3.79%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
1 Stars
285 Commits
1 Forks
1 Watchers
13 Branches
1 Contributors
Updated on May 06, 2017
Latest Version
0.6.24
Package Id
angular-reselect@0.6.24
Unpacked Size
880.22 kB
Size
271.55 kB
File Count
63
NPM Version
5.8.0
Node Version
6.10.1
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
55
Reselect is a directive built off of Angular's HTML SELECT element. Reselect features searching, ability to use remote data sets, infinite scrolling of results, and handling of invalid choices.
npm install
and bower install
Download Reselect and use the production version within the dist/
folder. Once downloaded, add the Reselect
dependency to your AngularJS module.
1angular.module('myModule', ['Reselect']);
Then use the directive in your application:
1 2<reselect 3 ng-model=""> 4 <div reselect-selection> 5 <span ng-bind=""></span> 6 </div> 7 <reselect-choice ng-click="onClick()">Static Option</reselect-choice> 8 <reselect-choices 9 options="" 10 remote=""> 11 <span ng-bind=""></span> 12 </reselect-choices> 13</reselect> 14
Check out more in-depth examples on the demo page.
Please check the CONTRIBUTING.md and submit your issue here.
git checkout -b my-new-feature
git commit -am 'feat(reselect): Adding an awesome feature'
git push origin my-new-feature
Quality contributions are always welcome! Please check the CONTRIBUTING.md for more details on the contribution guidelines.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/30 approved changesets -- 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
branch protection not enabled on development/release branches
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