Gathering detailed insights and metrics for v-select-image
Gathering detailed insights and metrics for v-select-image
npm install v-select-image
Typescript
Module System
Node Version
NPM Version
64.6
Supply Chain
87.2
Quality
74.6
Maintenance
50
Vulnerability
99.6
License
Vue (88.12%)
JavaScript (6.14%)
HTML (5.74%)
Total Downloads
825
Last Day
1
Last Week
2
Last Month
13
Last Year
125
6 Stars
15 Commits
1 Forks
1 Watching
28 Branches
2 Contributors
Minified
Minified + Gzipped
Latest Version
0.1.5
Package Id
v-select-image@0.1.5
Unpacked Size
1.16 MB
Size
349.39 kB
File Count
21
NPM Version
6.13.7
Node Version
13.11.0
Cumulative downloads
Total Downloads
Last day
0%
1
Compared to previous day
Last week
-33.3%
2
Compared to previous week
Last month
8.3%
13
Compared to previous month
Last year
2.5%
125
Compared to previous year
Its is a Vue.js component for selecting images.
Firstly you can install with only npm for now
npm install --save v-select-image
After installation you have to import component wherever want you to use.
import VueSelectImage from 'v-select-image'
After that you have to register it as a component in your script
<script>
components: { VueSelectImage }
</script>
You can use easily with use <v-select-image> tag. Example:
<v-select-image
class="w-650"
v-model="selectedItems"
:items="items"
colorSchema="##8B8B8B"
/>
You can add some parameters to customizing.
Property | type | required | default |
---|---|---|---|
items | Array | true | |
colorSchema | String | false | #8B8B8B |
maxSelectable | String/Integer | false | -1 |
uniqueKey | String | false | id |
You can add @maxSelectionError prop to the <v-select-image> tag.
Example:
<v-select-image
class="w-650"
v-model="selectedItems"
:items="items"
maxSelectable="3"
@maxSelectionError="yourErrorFunction()"
/>
If you can find a bug or design issue you can open an issue on GitHub or you can fix directly. Dont hesitate to contribute
No vulnerabilities found.
Reason
no binaries found in the repo
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 1/13 approved changesets -- 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
98 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-02-03
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