@wcj/github-rank 22.9.3 → 22.9.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (37) hide show
  1. package/dist/repos.json +30440 -30437
  2. package/dist/sifou-daily.json +78 -6
  3. package/dist/sifou-monthly.json +83 -83
  4. package/dist/sifou-weekly.json +142 -142
  5. package/dist/toutiao-30.json +77 -77
  6. package/dist/toutiao-7.json +127 -127
  7. package/dist/toutiao-90.json +50 -50
  8. package/dist/trending-daily.json +171 -171
  9. package/dist/trending-monthly.json +157 -157
  10. package/dist/trending-weekly.json +167 -167
  11. package/dist/users.china.json +1996 -1997
  12. package/dist/users.json +3820 -3820
  13. package/package.json +1 -1
  14. package/web/data/repos.json +30440 -30437
  15. package/web/data/sifou-daily.json +78 -6
  16. package/web/data/sifou-monthly.json +83 -83
  17. package/web/data/sifou-weekly.json +142 -142
  18. package/web/data/toutiao-30.json +77 -77
  19. package/web/data/toutiao-7.json +127 -127
  20. package/web/data/toutiao-90.json +50 -50
  21. package/web/data/trending-daily.json +171 -171
  22. package/web/data/trending-monthly.json +157 -157
  23. package/web/data/trending-weekly.json +167 -167
  24. package/web/data/users.china.json +1996 -1997
  25. package/web/data/users.json +3820 -3820
  26. package/web/index.html +1958 -1958
  27. package/web/repos.html +3743 -3743
  28. package/web/sifou-daily.html +230 -6
  29. package/web/sifou-monthly.html +135 -135
  30. package/web/sifou-weekly.html +124 -124
  31. package/web/toutiao-30.html +80 -80
  32. package/web/toutiao-7.html +91 -91
  33. package/web/toutiao-90.html +47 -47
  34. package/web/trending-monthly.html +138 -138
  35. package/web/trending-weekly.html +144 -148
  36. package/web/trending.html +144 -152
  37. package/web/users.china.html +1027 -1027
@@ -1,11 +1,83 @@
1
1
  [
2
2
  {
3
- "title": "操作服务器的神奇工具Tmux",
4
- "description": "命令行的典型使用方式是,打开一个终端窗口(terminal window,以下简称\"窗口\"),在里面输入命令。用户与计算机的这种临时的交互,称为一次\"会话\"(session) 。",
5
- "url": "https://segmentfault.com/a/1190000042426244",
6
- "author": "生活处处有BUG",
7
- "home_url": "https://segmentfault.com/u/jintvues",
8
- "votes": "1",
3
+ "title": "docker 和 dockerFile 介绍",
4
+ "description": "最近用到了dockerFIle来构建镜像。 在这之前,其实并不太清楚docker的作用,并不清楚容器和镜像的比较清晰的概念。于是在这里记录一下。",
5
+ "url": "https://segmentfault.com/a/1190000042435608",
6
+ "author": "weiewiyi",
7
+ "home_url": "https://segmentfault.com/u/chenchu_6110ed583800c",
8
+ "votes": "3",
9
9
  "rank": 1
10
+ },
11
+ {
12
+ "title": "性能调优——小小的log大大的坑",
13
+ "description": "日志对程序的重要性不言而喻,轻巧、简单、无需费脑,程序代码中随处可见,帮助我们排查定位一个有一个问题问题。但看似不起眼的日志,却隐藏着各式各样的“坑”,如果使用不当,不仅不能帮助我们,反而会成为服务“...",
14
+ "url": "https://segmentfault.com/a/1190000042434642",
15
+ "author": "咕咕鸡",
16
+ "home_url": "https://segmentfault.com/u/guguji_fly",
17
+ "votes": "1",
18
+ "rank": 2
19
+ },
20
+ {
21
+ "title": "为什么vue.config.js中使用require,而vite.config.js使用 import?",
22
+ "description": "偶然一次发现,他们两个的引入模块的方式不一样,在好奇心的驱使下,便开始一探究竟。1、vue.config方式打开项目的package.json,找到 scripts位置。找到 vue-cli-service 命令,通常命令都位于当前项目的node_mo...",
23
+ "url": "https://segmentfault.com/a/1190000042432407",
24
+ "author": "寒水寺一禅",
25
+ "home_url": "https://segmentfault.com/u/xiaolizideyitian",
26
+ "votes": "3",
27
+ "rank": 3
28
+ },
29
+ {
30
+ "title": "精读《依赖注入简介》",
31
+ "description": "原文按照 “如何解决无法做单测的问题、统一依赖注入的入口、如何自动保证依赖顺序正确、循环依赖怎么解决、自上而下 vs 自下而上编程思维” 的思路,将依赖注入从想法起点,到延伸出来的特性连贯的串了起来。",
32
+ "url": "https://segmentfault.com/a/1190000042431264",
33
+ "author": "黄子毅",
34
+ "home_url": "https://segmentfault.com/u/aoyangyudakong",
35
+ "votes": "1",
36
+ "rank": 4
37
+ },
38
+ {
39
+ "title": "用Vue.js写一个命令行贪吃蛇游戏",
40
+ "description": "大家好,我是webfansplz.本文要分享的是如何使用Vue.js实现一个命令行贪吃蛇游戏(temir-snake-game).对于贪吃蛇游戏想必大家都不陌生了,使用Vue.js实现一个Web版的贪吃蛇游戏似乎没什么难度,那如果是命令行版的呢?...",
41
+ "url": "https://segmentfault.com/a/1190000042431217",
42
+ "author": "null仔",
43
+ "home_url": "https://segmentfault.com/u/xiaoqianduan_58b28cfebff36",
44
+ "votes": "2",
45
+ "rank": 5
46
+ },
47
+ {
48
+ "title": "[算法数据结构] 关于回溯算法的理解记录",
49
+ "description": "开始二刷回溯算法,这里对回溯法展开思考,加深对其的原理和应用场景的理解。以组合问题为例:给定两个整数 n 和 k,返回范围[1, n]中所有可能的 k 个数的组合。",
50
+ "url": "https://segmentfault.com/a/1190000042432948",
51
+ "author": "翁乐安",
52
+ "home_url": "https://segmentfault.com/u/wenglean",
53
+ "votes": "1",
54
+ "rank": 6
55
+ },
56
+ {
57
+ "title": "pip安装更换镜像",
58
+ "description": "原文链接使用pip来安装python包有时候安装起来会非常慢,因此需要换成国内的源来加速下载:1 单次修改源以Torch为例,常规下载方式为: {代码...} 修改为阿里源: {代码...} 2 修改默认源如果不想在每一次下载都...",
59
+ "url": "https://segmentfault.com/a/1190000042431518",
60
+ "author": "代码的路",
61
+ "home_url": "https://segmentfault.com/u/zbzcdzf",
62
+ "votes": "1",
63
+ "rank": 7
64
+ },
65
+ {
66
+ "title": "高级前端进阶必修:自主打造高扩展的业务组件库含源码PPT",
67
+ "description": "说到设计模式,十有八九,singleton模式在面试中排名第一,这一定是大多数人从入门到面试都无法回避的基础知识。但是,singleton模式中并不只有懒惰模式和饥饿模式,大多数都是最基本的模式。如果你读过spring之...",
68
+ "url": "https://segmentfault.com/a/1190000042435699",
69
+ "author": "咆哮的上铺_ciNVTG",
70
+ "home_url": "https://segmentfault.com/u/paoxiaodeshangpu_cinvtg",
71
+ "votes": "1",
72
+ "rank": 8
73
+ },
74
+ {
75
+ "title": "没有二十年功力,写不出Thread.sleep(0)这一行“看似无用”的代码!",
76
+ "description": "你好呀,我是喜提七天居家隔离的歪歪。这篇文章要从一个奇怪的注释说起,就是下面这张图:我们可以不用管具体的代码逻辑,只是单单看这个 for 循环。在循环里面,专门有个变量 j,来记录当前循环次数。第一次循环...",
77
+ "url": "https://segmentfault.com/a/1190000042432589",
78
+ "author": "why技术",
79
+ "home_url": "https://segmentfault.com/u/whyjishu",
80
+ "votes": "1",
81
+ "rank": 9
10
82
  }
11
83
  ]
@@ -5,7 +5,7 @@
5
5
  "url": "https://segmentfault.com/a/1190000042323523",
6
6
  "author": "XboxYan",
7
7
  "home_url": "https://segmentfault.com/u/xboxyan",
8
- "votes": "35",
8
+ "votes": "36",
9
9
  "rank": 1
10
10
  },
11
11
  {
@@ -14,7 +14,7 @@
14
14
  "url": "https://segmentfault.com/a/1190000042325723",
15
15
  "author": "chokcoco",
16
16
  "home_url": "https://segmentfault.com/u/chokcoco",
17
- "votes": "27",
17
+ "votes": "28",
18
18
  "rank": 2
19
19
  },
20
20
  {
@@ -23,27 +23,9 @@
23
23
  "url": "https://segmentfault.com/a/1190000042283578",
24
24
  "author": "chokcoco",
25
25
  "home_url": "https://segmentfault.com/u/chokcoco",
26
- "votes": "23",
26
+ "votes": "24",
27
27
  "rank": 3
28
28
  },
29
- {
30
- "title": "妙用 CSS 构建花式透视背景效果",
31
- "description": "本文将介绍一种巧用 background 配合 backdrop- filter 来构建有趣的透视背景效果的方式。本技巧源自于一名群友的提问,如何构建如 ElementUI 文档的一种顶栏背景特效,看看效果:仔细看,在页面的的滚动过程中,...",
32
- "url": "https://segmentfault.com/a/1190000042267425",
33
- "author": "chokcoco",
34
- "home_url": "https://segmentfault.com/u/chokcoco",
35
- "votes": "23",
36
- "rank": 4
37
- },
38
- {
39
- "title": "防御式CSS是什么?这几点属性重点防御!",
40
- "description": "微信搜索 【大迁世界】, 我会第一时间和你分享前端行业趋势,学习途径等等。本文 GitHub [链接] 已收录,有一线大厂面试完整考点、资料以及我的系列文章。",
41
- "url": "https://segmentfault.com/a/1190000042272755",
42
- "author": "前端小智",
43
- "home_url": "https://segmentfault.com/u/minnanitkong",
44
- "votes": "20",
45
- "rank": 5
46
- },
47
29
  {
48
30
  "title": "可视化拖拽组件库一些技术要点原理分析(四)",
49
31
  "description": "本文是可视化拖拽系列的第四篇,比起之前的三篇文章,这篇功能点要稍微少一点,总共有五点:SVG 组件动态属性面板数据来源(接口请求)组件联动组件按需加载如果你对我之前的系列文章不是很了解,建议先把这三篇...",
@@ -51,7 +33,16 @@
51
33
  "author": "谭光志",
52
34
  "home_url": "https://segmentfault.com/u/woai3c",
53
35
  "votes": "15",
54
- "rank": 6
36
+ "rank": 4
37
+ },
38
+ {
39
+ "title": "自定义计数器小技巧!CSS 实现长按点赞累加动画",
40
+ "description": "欢迎关注我的公众号:前端侦探在某条 APP 中,如果长按点赞,会出现这样花里胡哨的动画,如下这个动画有两部分组成,其中这个随机表情的实现可以参考 coco 的这篇文章 巧用 transition 实现短视频 APP 点赞动画比...",
41
+ "url": "https://segmentfault.com/a/1190000042360785",
42
+ "author": "XboxYan",
43
+ "home_url": "https://segmentfault.com/u/xboxyan",
44
+ "votes": "18",
45
+ "rank": 5
55
46
  },
56
47
  {
57
48
  "title": "组员老是忘记打卡,我开发了一款小工具,让全组三个月全勤!",
@@ -60,7 +51,7 @@
60
51
  "author": "杨成功",
61
52
  "home_url": "https://segmentfault.com/u/ruidoc",
62
53
  "votes": "12",
63
- "rank": 7
54
+ "rank": 6
64
55
  },
65
56
  {
66
57
  "title": "🎁 「极客观点」上线:全新打卡挑战开启,完成即得限量周边!",
@@ -69,7 +60,7 @@
69
60
  "author": "SegmentFault思否",
70
61
  "home_url": "https://segmentfault.com/u/segmentfault",
71
62
  "votes": "9",
72
- "rank": 8
63
+ "rank": 7
73
64
  },
74
65
  {
75
66
  "title": "即日起,ONES 团队版50人以下免费",
@@ -78,6 +69,15 @@
78
69
  "author": "万事ONES",
79
70
  "home_url": "https://segmentfault.com/u/wanshiones",
80
71
  "votes": "12",
72
+ "rank": 8
73
+ },
74
+ {
75
+ "title": "妙啊!纯 CSS 实现拼图游戏",
76
+ "description": "本文,将向大家介绍一种将多个 CSS 技巧运用到极致的技巧,利用纯 CSS 实现拼图游戏。本技巧源自于 Temani Afif 的 CodePen CSS Only Puzzle game。一款完全由 CSS 实现的拼图游戏。我们要做的,就是将散落的图片...",
77
+ "url": "https://segmentfault.com/a/1190000042361223",
78
+ "author": "chokcoco",
79
+ "home_url": "https://segmentfault.com/u/chokcoco",
80
+ "votes": "18",
81
81
  "rank": 9
82
82
  },
83
83
  {
@@ -89,15 +89,6 @@
89
89
  "votes": "10",
90
90
  "rank": 10
91
91
  },
92
- {
93
- "title": "自定义计数器小技巧!CSS 实现长按点赞累加动画",
94
- "description": "欢迎关注我的公众号:前端侦探在某条 APP 中,如果长按点赞,会出现这样花里胡哨的动画,如下这个动画有两部分组成,其中这个随机表情的实现可以参考 coco 的这篇文章 巧用 transition 实现短视频 APP 点赞动画比...",
95
- "url": "https://segmentfault.com/a/1190000042360785",
96
- "author": "XboxYan",
97
- "home_url": "https://segmentfault.com/u/xboxyan",
98
- "votes": "16",
99
- "rank": 11
100
- },
101
92
  {
102
93
  "title": "Wuzzle,进行基于 webpack 的 JS 转译",
103
94
  "description": "转译器(transpiler)是指能够进行文件到文件一对一转换的编译器(compiler)。在 JS 世界中,常见的开箱即可用的转译器有 typescript cli、babel cli 等,但他们一般只处理 .js、.ts 等脚本文件。而 webpack 尽...",
@@ -105,7 +96,7 @@
105
96
  "author": "乌柏木",
106
97
  "home_url": "https://segmentfault.com/u/wubomu",
107
98
  "votes": "14",
108
- "rank": 12
99
+ "rank": 11
109
100
  },
110
101
  {
111
102
  "title": "面向推荐的汽车知识图谱构建",
@@ -114,25 +105,7 @@
114
105
  "author": "之家技术",
115
106
  "home_url": "https://segmentfault.com/u/zhijiajishu",
116
107
  "votes": "13",
117
- "rank": 13
118
- },
119
- {
120
- "title": "妙啊!纯 CSS 实现拼图游戏",
121
- "description": "本文,将向大家介绍一种将多个 CSS 技巧运用到极致的技巧,利用纯 CSS 实现拼图游戏。本技巧源自于 Temani Afif 的 CodePen CSS Only Puzzle game。一款完全由 CSS 实现的拼图游戏。我们要做的,就是将散落的图片...",
122
- "url": "https://segmentfault.com/a/1190000042361223",
123
- "author": "chokcoco",
124
- "home_url": "https://segmentfault.com/u/chokcoco",
125
- "votes": "16",
126
- "rank": 14
127
- },
128
- {
129
- "title": "React Fiber架构原理剖析",
130
- "description": "在 React 16 之前,VirtualDOM 的更新采用的是Stack架构实现的,也就是循环递归方式。不过,这种对比方式有明显的缺陷,就是一旦任务开始进行就无法中断,如果遇到应用中组件数量比较庞大,那么VirtualDOM 的层级...",
131
- "url": "https://segmentfault.com/a/1190000042271919",
132
- "author": "xiangzhihong",
133
- "home_url": "https://segmentfault.com/u/xiangzhihong",
134
- "votes": "11",
135
- "rank": 15
108
+ "rank": 12
136
109
  },
137
110
  {
138
111
  "title": "详聊immer.js高效复制与冻结\"对象\"的原理于局限性",
@@ -141,7 +114,7 @@
141
114
  "author": "lulu_up",
142
115
  "home_url": "https://segmentfault.com/u/lulu_up",
143
116
  "votes": "12",
144
- "rank": 16
117
+ "rank": 13
145
118
  },
146
119
  {
147
120
  "title": "云安全践行者:亚马逊云科技如何打好“安全”牌?",
@@ -150,7 +123,7 @@
150
123
  "author": "六一",
151
124
  "home_url": "https://segmentfault.com/u/suicidal_romantic_scoundrel",
152
125
  "votes": "9",
153
- "rank": 17
126
+ "rank": 14
154
127
  },
155
128
  {
156
129
  "title": "HPC、AI与云计算:当智能时代三叉戟在亚马逊云科技完美融合",
@@ -159,16 +132,16 @@
159
132
  "author": "六一",
160
133
  "home_url": "https://segmentfault.com/u/suicidal_romantic_scoundrel",
161
134
  "votes": "6",
162
- "rank": 18
135
+ "rank": 15
163
136
  },
164
137
  {
165
- "title": "基于 Next.js实现在线Excel",
166
- "description": "如果要从头开始使用 React 构建一个完整的 Web 应用程序,需要哪些步骤?这当然不像把大象装进冰箱那么简单,只需要分成三步:打开冰箱,拿起大象,塞进冰箱就好。",
167
- "url": "https://segmentfault.com/a/1190000042268783",
168
- "author": "葡萄城技术团队",
169
- "home_url": "https://segmentfault.com/u/grapecity",
170
- "votes": "5",
171
- "rank": 19
138
+ "title": "巧用 transition 实现短视频 APP 点赞动画",
139
+ "description": "那么,这么有趣的点赞动画,有没有可能使用纯 CSS 实现呢?那当然是必须的,本文,就将巧妙的借助 transition,仅仅使用 CSS 完成这么一个点赞动画。",
140
+ "url": "https://segmentfault.com/a/1190000042398943",
141
+ "author": "chokcoco",
142
+ "home_url": "https://segmentfault.com/u/chokcoco",
143
+ "votes": "11",
144
+ "rank": 16
172
145
  },
173
146
  {
174
147
  "title": "从 Islands Architecture 看前端有多卷",
@@ -177,7 +150,7 @@
177
150
  "author": "卡颂",
178
151
  "home_url": "https://segmentfault.com/u/kasong",
179
152
  "votes": "8",
180
- "rank": 20
153
+ "rank": 17
181
154
  },
182
155
  {
183
156
  "title": "精读《pnpm》",
@@ -186,7 +159,7 @@
186
159
  "author": "黄子毅",
187
160
  "home_url": "https://segmentfault.com/u/aoyangyudakong",
188
161
  "votes": "10",
189
- "rank": 21
162
+ "rank": 18
190
163
  },
191
164
  {
192
165
  "title": "记录第一次给开源项目提 PR",
@@ -195,7 +168,7 @@
195
168
  "author": "Gopal",
196
169
  "home_url": "https://segmentfault.com/u/fengguangping",
197
170
  "votes": "6",
198
- "rank": 22
171
+ "rank": 19
199
172
  },
200
173
  {
201
174
  "title": "聊聊 npm 的语义化版本(Semver)",
@@ -204,7 +177,7 @@
204
177
  "author": "冴羽",
205
178
  "home_url": "https://segmentfault.com/u/yayu",
206
179
  "votes": "6",
207
- "rank": 23
180
+ "rank": 20
208
181
  },
209
182
  {
210
183
  "title": "我做了一个在线白板(二)",
@@ -213,7 +186,7 @@
213
186
  "author": "街角小林",
214
187
  "home_url": "https://segmentfault.com/u/jiejiaoxiaolin",
215
188
  "votes": "5",
216
- "rank": 24
189
+ "rank": 21
217
190
  },
218
191
  {
219
192
  "title": "使用Vue.js编写命令行界面,前端开发CLI的利器",
@@ -222,7 +195,16 @@
222
195
  "author": "null仔",
223
196
  "home_url": "https://segmentfault.com/u/xiaoqianduan_58b28cfebff36",
224
197
  "votes": "4",
225
- "rank": 25
198
+ "rank": 22
199
+ },
200
+ {
201
+ "title": "你不知道的 console,让 JS 调试更简单",
202
+ "description": "对于前端的各位工程师,肯定不会对console陌生,但是,你又能了解多少呢,今天就让小鹏来一窥大前世界。Chrome控制台-开发者工具windows按F12, MAC按Command + Option + C或Command + Option + J, 即可打开控制...",
203
+ "url": "https://segmentfault.com/a/1190000042367660",
204
+ "author": "高志鹏",
205
+ "home_url": "https://segmentfault.com/u/gaozhipeng",
206
+ "votes": "9",
207
+ "rank": 23
226
208
  },
227
209
  {
228
210
  "title": "electron 应用开发优秀实践",
@@ -231,7 +213,7 @@
231
213
  "author": "vivo互联网技术",
232
214
  "home_url": "https://segmentfault.com/u/vivo_tech",
233
215
  "votes": "8",
234
- "rank": 26
216
+ "rank": 24
235
217
  },
236
218
  {
237
219
  "title": "PHP如何提高高并发能力",
@@ -240,16 +222,16 @@
240
222
  "author": "7small7",
241
223
  "home_url": "https://segmentfault.com/u/7small7",
242
224
  "votes": "5",
243
- "rank": 27
225
+ "rank": 25
244
226
  },
245
227
  {
246
- "title": "你不知道的 console,让 JS 调试更简单",
247
- "description": "对于前端的各位工程师,肯定不会对console陌生,但是,你又能了解多少呢,今天就让小鹏来一窥大前世界。Chrome控制台-开发者工具windows按F12, MAC按Command + Option + C或Command + Option + J, 即可打开控制...",
248
- "url": "https://segmentfault.com/a/1190000042367660",
249
- "author": "高志鹏",
250
- "home_url": "https://segmentfault.com/u/gaozhipeng",
228
+ "title": "如何让CSS计数器支持小数的动态变化?",
229
+ "description": "最近在几篇文章中都用到了 CSS 计数器,可以将 CSS 变量通过伪元素content动态展示出来,还可以做出很多有趣的动画。有兴趣的可以先回顾一下之前的这几篇文章:",
230
+ "url": "https://segmentfault.com/a/1190000042397184",
231
+ "author": "XboxYan",
232
+ "home_url": "https://segmentfault.com/u/xboxyan",
251
233
  "votes": "9",
252
- "rank": 28
234
+ "rank": 26
253
235
  },
254
236
  {
255
237
  "title": "用node从零做个管理shell命令的好用工具, 正好温习下commander.js相关内容",
@@ -258,15 +240,33 @@
258
240
  "author": "lulu_up",
259
241
  "home_url": "https://segmentfault.com/u/lulu_up",
260
242
  "votes": "9",
243
+ "rank": 27
244
+ },
245
+ {
246
+ "title": "js 使用reduce方法合并两个对象数组,有则替换,无则新增",
247
+ "description": "我们分析下A和B数组,A和B中都存在name=李四的对象,所以要替换,而B中的name=刘六A中不存在,所以要新增,话不多说,我们通过js的reduce方法来做,代码如下:",
248
+ "url": "https://segmentfault.com/a/1190000042329366",
249
+ "author": "Awbeci",
250
+ "home_url": "https://segmentfault.com/u/awbeci",
251
+ "votes": "7",
252
+ "rank": 28
253
+ },
254
+ {
255
+ "title": "Vue仿钉钉审批流程",
256
+ "description": "workflow钉钉审批流程设置workflow钉钉审批流程设置,基于vue开发。QQ交流群:639251756线上开源地址 https://github.com/StavinLi/Workflow github点个星吧!预览地址 https://stavinli.github.io/Workflow/dist...",
257
+ "url": "https://segmentfault.com/a/1190000042300972",
258
+ "author": "xiangzhihong",
259
+ "home_url": "https://segmentfault.com/u/xiangzhihong",
260
+ "votes": "7",
261
261
  "rank": 29
262
262
  },
263
263
  {
264
- "title": "如何让CSS计数器支持小数的动态变化?",
265
- "description": "最近在几篇文章中都用到了 CSS 计数器,可以将 CSS 变量通过伪元素content动态展示出来,还可以做出很多有趣的动画。有兴趣的可以先回顾一下之前的这几篇文章:",
266
- "url": "https://segmentfault.com/a/1190000042397184",
267
- "author": "XboxYan",
268
- "home_url": "https://segmentfault.com/u/xboxyan",
269
- "votes": "8",
264
+ "title": "怎么防止同事用 Evil.js 的代码投毒",
265
+ "description": "视频移步B站[链接]最近Evil.js被讨论的很多,项目介绍如下项目被发布到npm上后,引起了激烈的讨论,最终因为安全问题被npm官方移除,代码也闭源了作为一个前端老司机,我肯定是反对这种行为,泄私愤有很多种方式...",
266
+ "url": "https://segmentfault.com/a/1190000042360645",
267
+ "author": "前端小菜鸟",
268
+ "home_url": "https://segmentfault.com/u/qianduanxiaocainiao_5c612df9514ba",
269
+ "votes": "7",
270
270
  "rank": 30
271
271
  }
272
272
  ]