unpkg-white-list 1.259.0 → 1.260.1
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.
- package/README.md +7 -0
- package/package.json +4 -1
package/README.md
CHANGED
|
@@ -3,6 +3,13 @@
|
|
|
3
3
|
[](https://npmjs.org/package/unpkg-white-list)
|
|
4
4
|
[](https://github.com/cnpm/unpkg-white-list/actions/workflows/nodejs.yml)
|
|
5
5
|
|
|
6
|
+
> [!IMPORTANT]
|
|
7
|
+
> **🚫 禁止添加 GKD 订阅规则相关的包**
|
|
8
|
+
>
|
|
9
|
+
> 本项目 **不接受** 任何与 [GKD(去广告/跳广告)](https://github.com/gkd-kit/gkd) 订阅规则相关的包申请,包括但不限于包名或 scope 中包含 `gkd`、`gkd-subscription`、`gkd_subscription` 等关键词的包。
|
|
10
|
+
>
|
|
11
|
+
> **原因:** 这类包不是真正的 npm library,而是利用 npmmirror CDN 来分发 GKD 广告屏蔽订阅规则文件,属于滥用 CDN 资源。此类 PR 将被直接关闭。
|
|
12
|
+
|
|
6
13
|
- [npmmirror.com](https://npmmirror.com) 允许开启 [unpkg 功能](https://www.yuque.com/egg/cnpm/files)的白名单列表,避免 https://x.com/fengmk2/status/1791498406923215020 类似问题
|
|
7
14
|
- `allowPackages` 字段:用于添加指定包名和版本号,示例:
|
|
8
15
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "unpkg-white-list",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.260.1",
|
|
4
4
|
"description": "npmmirror 允许开启 unpkg 和 sync package tgz 超大文件功能的白名单列表",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"files": [],
|
|
@@ -19038,6 +19038,9 @@
|
|
|
19038
19038
|
"makecoder": {
|
|
19039
19039
|
"version": "*"
|
|
19040
19040
|
},
|
|
19041
|
+
"minecraft-data": {
|
|
19042
|
+
"version": "*"
|
|
19043
|
+
},
|
|
19041
19044
|
"ms-vue-elet": {
|
|
19042
19045
|
"version": "*"
|
|
19043
19046
|
},
|