Gathering detailed insights and metrics for @empathyco/x-svg-converter
Gathering detailed insights and metrics for @empathyco/x-svg-converter
Gathering detailed insights and metrics for @empathyco/x-svg-converter
Gathering detailed insights and metrics for @empathyco/x-svg-converter
Commerce Search & Discovery frontend web components
npm install @empathyco/x-svg-converter
Typescript
Module System
Min. Node Version
Node Version
NPM Version
70.1
Supply Chain
72.4
Quality
85.8
Maintenance
100
Vulnerability
100
License
TypeScript (65.28%)
Vue (26.4%)
HTML (5.61%)
Gherkin (1.92%)
JavaScript (0.61%)
SCSS (0.17%)
CSS (0.01%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
Apache-2.0 License
83 Stars
2,728 Commits
22 Forks
21 Watchers
207 Branches
137 Contributors
Updated on Jul 09, 2025
Latest Version
1.0.3-alpha.4
Package Id
@empathyco/x-svg-converter@1.0.3-alpha.4
Unpacked Size
18.74 kB
Size
6.55 kB
File Count
6
NPM Version
lerna/6.6.0/node@v22.15.0+x64 (linux)
Node Version
22.15.0
Published on
Jun 03, 2025
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
6
This project generates Vue components from SVGs in a folder, with the format required for the XDS
It receives two parameters, the first one should be the path to the folder containing the SVGs. The
second one indicates if the source SVG files should persist at the end of the process
(--keep-svgs
). By default, the SVGs are deleted.
false
by default.Run the following command to generate a Vue component from each SVG in the source folder:
ts-node ./src/svg-to-vue.ts ./yourSourceFolder
If you want to keep the source SVGs, add the --keep-svgs
param:
ts-node ./src/svg-to-vue.ts ./yourSourceFolder --keep-svgs
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
security policy file detected
Details
Reason
30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
SAST tool is run on all commits
Details
Reason
dependency not pinned by hash detected -- score normalized to 7
Details
Reason
Found 10/21 approved changesets -- score normalized to 4
Reason
branch protection is not maximal on development and all release branches
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
21 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