File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -7,4 +7,24 @@ export const DOWNLOAD_ANOMALIES: DownloadAnomaly[] = [
77 start : { date : '2025-08-04' , weeklyDownloads : 33_913_132 } ,
88 end : { date : '2025-09-08' , weeklyDownloads : 38_665_727 } ,
99 } ,
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+ packageName : 'svelte' ,
17+ start : { date : '2023-06-19' , weeklyDownloads : 107_491 } ,
18+ end : { date : '2023-06-22' , weeklyDownloads : 112_432 } ,
19+ } ,
20+ {
21+ packageName : 'svelte' ,
22+ start : { date : '2023-11-18' , weeklyDownloads : 59_611 } ,
23+ end : { date : '2023-11-21' , weeklyDownloads : 150_680 } ,
24+ } ,
25+ /**
26+ * NOTE:
27+ * - please add new entries above this comment.
28+ * - Add a comment before any new entry to explain the change
29+ **/
1030]
You can’t perform that action at this time.
0 commit comments