Gathering detailed insights and metrics for nuxt-html2canvas-proxy
Gathering detailed insights and metrics for nuxt-html2canvas-proxy
Gathering detailed insights and metrics for nuxt-html2canvas-proxy
Gathering detailed insights and metrics for nuxt-html2canvas-proxy
npm install nuxt-html2canvas-proxy
Typescript
Module System
Node Version
NPM Version
36.6
Supply Chain
68.5
Quality
69.6
Maintenance
50
Vulnerability
97.9
License
Vue (54.97%)
JavaScript (45.03%)
Total Downloads
12,357
Last Day
21
Last Week
34
Last Month
137
Last Year
1,649
1 Stars
8 Commits
2 Watching
1 Branches
1 Contributors
Latest Version
1.0.1
Package Id
nuxt-html2canvas-proxy@1.0.1
Unpacked Size
4.69 kB
Size
2.16 kB
File Count
4
NPM Version
7.5.1
Node Version
15.8.0
Cumulative downloads
Total Downloads
Last day
600%
21
Compared to previous day
Last week
30.8%
34
Compared to previous week
Last month
18.1%
137
Compared to previous month
Last year
-77.2%
1,649
Compared to previous year
html2canvas proxy using html2canvas-proxy-nodejs.
Nuxt module for html2canvas proxy
nuxt-html2canvas-proxy
dependency to your project1yarn add nuxt-html2canvas-proxy # or npm install nuxt-html2canvas-proxy
nuxt-html2canvas-proxy
to the modules
section of nuxt.config.js
1{ 2 modules: [ 3 // Simple usage 4 'nuxt-html2canvas-proxy', /* default path is /_proxy */ 5 6 // With options 7 ['nuxt-html2canvas-proxy', { path: '/_proxy' /* change path for html2canvas proxy */ }] 8 ], 9}
1html2canvas(document.querySelector('#image'), { useCORS: false, proxy: '/_proxy' }) 2 .then((canvas) => { 3 document.body.appendChild(canvas) 4 })
yarn install
or npm install
npm run dev
Copyright (c) ChangJoo Park
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
no SAST tool detected
Details
Reason
Found 0/8 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
77 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-12-23
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