itheima-cli
Advanced tools
+1
-1
| { | ||
| "name": "itheima-cli", | ||
| "version": "1.0.11", | ||
| "version": "1.0.12", | ||
| "author": "itheima", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
+8
-8
@@ -11,2 +11,10 @@ # IT 黑马脚手架工具 | ||
| ## 感谢 | ||
| 本项目参考了以下开源项目,在详细阅读了开源代码的基础上,在考虑普遍适用性为基础进行开发。 | ||
| * [vue脚手架](https://github.com/vuejs/vue-cli) | ||
| * [蚂蚁金服dva](https://github.com/dvajs/dva) | ||
| * [create-react-app](https://github.com/facebook/create-react-app) | ||
| ## 安装 | ||
@@ -409,10 +417,2 @@ | ||
| ## 感谢 | ||
| 本项目参考了以下开源项目,在详细阅读了开源代码的基础上,在考虑普遍适用性为基础进行开发。 | ||
| * [vue脚手架](https://github.com/vuejs/vue-cli) | ||
| * [蚂蚁金服dva](https://github.com/dvajs/dva) | ||
| * [create-react-app](https://github.com/facebook/create-react-app) | ||
| ## 版权 | ||
@@ -419,0 +419,0 @@ |
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 2 instances in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 2 instances in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package