We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f58c765 commit 55014d0Copy full SHA for 55014d0
app/utils/compare-quadrant-chart.ts
@@ -40,8 +40,8 @@ export interface PackageQuadrantPoint {
40
41
const WEIGHTS = {
42
adoption: {
43
- downloads: 0.75, // dominant signal because they best reflect real-world adoption (in the data we have through facets currently)
44
- freshness: 0.15, // small correction so stale packages are slightly
+ downloads: 0.65, // dominant signal because they best reflect real-world adoption (in the data we have through facets currently)
+ freshness: 0.25, // penalising correction for stale packages
45
likes: 0.1, // might be pumped up in the future when ./npmx likes are more mainstream
46
},
47
efficiency: {
0 commit comments