Installations
npm install @utlime/vue-zoom
Developer Guide
Typescript
Yes
Module System
CommonJS
Node Version
18.13.0
NPM Version
8.19.3
Score
69.3
Supply Chain
74.3
Quality
75.6
Maintenance
100
Vulnerability
100
License
Contributors
Unable to fetch Contributors
Languages
TypeScript (100%)
Developer
Download Statistics
Total Downloads
11,824
Last Day
1
Last Week
27
Last Month
210
Last Year
2,382
GitHub Statistics
2 Stars
64 Commits
2 Watching
3 Branches
1 Contributors
Package Meta Information
Latest Version
1.1.5
Package Id
@utlime/vue-zoom@1.1.5
Unpacked Size
9.33 kB
Size
2.73 kB
File Count
4
NPM Version
8.19.3
Node Version
18.13.0
Publised On
26 Jan 2023
Total Downloads
Cumulative downloads
Total Downloads
11,824
Last day
-75%
1
Compared to previous day
Last week
-46%
27
Compared to previous week
Last month
12.9%
210
Compared to previous month
Last year
13.4%
2,382
Compared to previous year
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
Dev Dependencies
3
vue-zoom
vue zoom component
installing
npm i @utlime/vue-zoom
simple example
1<template> 2 <vue-zoom> 3 <img ... /> 4 </vue-zoom> 5</template> 6<script> 7import { VueZoom } from '@utlime/vue-zoom'; 8 9export default { 10 components: { VueZoom }, 11}; 12</script>
prop scale
scale property can has the follow values:
- number, relative zoom value to component with, e.g. 1.5(default value)
<vue-zoom :scale="2">...</vue-zoom>
- string, fixed zoom value, e.g. 600px
<vue-zoom scale="600px">...</vue-zoom>
more examples
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
3 existing vulnerabilities detected
Details
- Warn: Project is vulnerable to: GHSA-grv7-fg5c-xmjg
- Warn: Project is vulnerable to: GHSA-952p-6rrq-rcjv
- Warn: Project is vulnerable to: GHSA-j8xg-fqg3-53r7
Reason
Found 0/1 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
- Warn: no security policy file detected
- Warn: no security file to analyze
- Warn: no security file to analyze
- Warn: no security file to analyze
Reason
project is not fuzzed
Details
- Warn: no fuzzer integrations found
Reason
license file not detected
Details
- Warn: project does not have a license file
Reason
branch protection not enabled on development/release branches
Details
- Warn: branch protection not enabled for branch 'master'
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
- Warn: 0 commits out of 29 are checked with a SAST tool
Score
2.2
/10
Last Scanned on 2024-12-16
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