wind-script-cli
Advanced tools
@@ -1,3 +0,3 @@ | ||
| # [WindScipt](https://github.com/Slouchwind/WindScript) Package \<name\> | ||
| # [WindScipt](https://github.com/Slouchwind/WindScript) Package <name> | ||
| 这是由 WindScript Package Manager 初始化的项目 |
+2
-2
| { | ||
| "name": "wind-script-cli", | ||
| "version": "0.0.18", | ||
| "version": "0.0.19", | ||
| "description": "WindScript Command Line Tool", | ||
@@ -12,3 +12,3 @@ "keywords": [ | ||
| "commander": "^9.4.0", | ||
| "wind-script": "^0.2.6" | ||
| "wind-script": "^0.2.7" | ||
| }, | ||
@@ -15,0 +15,0 @@ "bin": { |
+1
-1
@@ -55,3 +55,3 @@ #!/usr/bin/env node | ||
| else { | ||
| fs.writeFile(`./${arg_name}/README.md`, data.toString().replace(/\\<name\\>/g, arg_name), (err) => { | ||
| fs.writeFile(`./${arg_name}/README.md`, data.toString().replace(/<name>/g, arg_name), (err) => { | ||
| if (err) console.log(errText("init", err)); | ||
@@ -58,0 +58,0 @@ }); |
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
11268
-0.05%Updated