Installations
npm install curvify-svg-path
Developer Guide
Typescript
No
Module System
N/A
Node Version
10.19.0
NPM Version
6.11.3
Score
71.3
Supply Chain
73.5
Quality
74.9
Maintenance
100
Vulnerability
100
License
Releases
Unable to fetch releases
Contributors
Unable to fetch Contributors
Languages
JavaScript (100%)
Developer
michaelrhodes
Download Statistics
Total Downloads
32,327
Last Day
7
Last Week
57
Last Month
240
Last Year
5,234
GitHub Statistics
3 Commits
1 Forks
3 Watching
1 Branches
2 Contributors
Bundle Size
2.27 kB
Minified
1.20 kB
Minified + Gzipped
Package Meta Information
Latest Version
1.0.1
Package Id
curvify-svg-path@1.0.1
Size
3.34 kB
NPM Version
6.11.3
Node Version
10.19.0
Publised On
22 Mar 2020
Total Downloads
Cumulative downloads
Total Downloads
32,327
Last day
0%
7
Compared to previous day
Last week
-32.9%
57
Compared to previous week
Last month
-29%
240
Compared to previous month
Last year
-69.2%
5,234
Compared to previous year
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
Dev Dependencies
5
curvify-svg-path
a rewrite of normalize-svg-path that does away with svg-arc-to-cubic-bezier
install
1$ npm install michaelrhodes/curvify-svg-path#1.0.0
use
1var abs = require('abs-svg-path') 2var parse = require('parse-svg-path') 3var curvify = require('curvify-svg-path') 4 5curvify(abs(parse('M0 0 L10 10 A10 10 0 0 0 20 20 Z'))) 6=> [['M',0,0],['C',0,0,10,10,10,10],['C',10,15.5,14.5,20,20,20],['C',20,20,0,0,0,0]]
curvify x 1,405,052 ops/sec ±0.98% (86 runs sampled)
normalize x 1,261,684 ops/sec ±0.97% (87 runs sampled)
obey
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/3 approved changesets -- score normalized to 0
Reason
no SAST tool detected
Details
- Warn: no pull requests merged into dev branch
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'
Score
2.6
/10
Last Scanned on 2025-01-27
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