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 11c2116 commit 6f460e6Copy full SHA for 6f460e6
1 file changed
app/utils/download-anomalies.data.ts
@@ -7,4 +7,19 @@ export const DOWNLOAD_ANOMALIES: DownloadAnomaly[] = [
7
start: { date: '2025-08-04', weeklyDownloads: 33_913_132 },
8
end: { date: '2025-09-08', weeklyDownloads: 38_665_727 },
9
},
10
+ {
11
+ packageName: 'svelte',
12
+ start: { date: '2022-11-15', weeklyDownloads: 75_233 },
13
+ end: { date: '2022-11-30', weeklyDownloads: 69_524 },
14
+ },
15
16
17
+ start: { date: '2023-06-19', weeklyDownloads: 107_491 },
18
+ end: { date: '2023-06-22', weeklyDownloads: 112_432 },
19
20
21
22
+ start: { date: '2023-11-18', weeklyDownloads: 59_611 },
23
+ end: { date: '2023-11-21', weeklyDownloads: 150_680 },
24
25
]
0 commit comments