Gathering detailed insights and metrics for curvify-svg-path
Gathering detailed insights and metrics for curvify-svg-path
npm install curvify-svg-path
Typescript
Module System
Node Version
NPM Version
71.3
Supply Chain
73.5
Quality
74.9
Maintenance
100
Vulnerability
100
License
JavaScript (100%)
Total Downloads
32,327
Last Day
7
Last Week
57
Last Month
240
Last Year
5,234
3 Commits
1 Forks
3 Watching
1 Branches
2 Contributors
Minified
Minified + Gzipped
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
Cumulative downloads
Total Downloads
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
5
a rewrite of normalize-svg-path that does away with svg-arc-to-cubic-bezier
1$ npm install michaelrhodes/curvify-svg-path#1.0.0
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)
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
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
license file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Score
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