Gathering detailed insights and metrics for @highpoint/react-bootstrap-select
Gathering detailed insights and metrics for @highpoint/react-bootstrap-select
Gathering detailed insights and metrics for @highpoint/react-bootstrap-select
Gathering detailed insights and metrics for @highpoint/react-bootstrap-select
React component wrapping https://github.com/silviomoreto/bootstrap-select
npm install @highpoint/react-bootstrap-select
Typescript
Module System
Node Version
NPM Version
JavaScript (93.38%)
HTML (6.62%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
58 Commits
4 Watchers
1 Branches
2 Contributors
Updated on Jul 19, 2018
Latest Version
0.2.5
Package Id
@highpoint/react-bootstrap-select@0.2.5
Unpacked Size
11.85 kB
Size
4.48 kB
File Count
5
NPM Version
6.1.0
Node Version
8.11.3
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
2
This is a small React wrapper around bootstrap-select jQuery plugin.
Read package.json for a reference on current peer dependencies. You'll need them in your project for this component to work properly and look properly.
yarn add @highpoint/react-bootstrap-select
1import Select from 'react-bootstrap-select'; 2import { render } from 'react-dom'; 3import 'bootstrap-select'; 4 5const Element = <Select 6 bs={{ 7 // use bs prop to pass options to the bootstrap-select plugin 8 mobile: true 9 }} 10 bs-events={{ 11 onChanged: ev => console.log('changed!', ev.target.value) 12 }} 13 container={{ 14 // pass props for the container 15 className: 'bootstrap-select-container' 16 }} 17 // rest of the props go to the select 18 name='my-select' 19 multiple 20> 21 <option value={1}>1 Minute</option> 22 <option value={2}>2 Minutes</option> 23</Select>; 24 25render(<Element />, document.querySelector('.app-container'));
Refer to experiment for a full example of this component working.
You can run it with npm run experiment
.
Pass any of the following events to the bs-events
prop:
onShow
onShown
onHide
onHidden
onLoaded
onRendered
onRefreshed
onChanged
Documentation here
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 1/29 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 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
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
93 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