@bettergi/create-script
Advanced tools
+3
-3
| { | ||
| "name": "@bettergi/create-script", | ||
| "version": "0.1.12", | ||
| "version": "0.1.13", | ||
| "description": "搭建您的第一个 BetterGI 脚本项目", | ||
@@ -37,3 +37,3 @@ "type": "module", | ||
| "@clack/prompts": "^0.11.0", | ||
| "fs-extra": "^11.3.2", | ||
| "fs-extra": "^11.3.3", | ||
| "git-config": "^0.0.7" | ||
@@ -44,3 +44,3 @@ }, | ||
| "@types/git-config": "^0.0.32", | ||
| "@types/node": "^25.0.2", | ||
| "@types/node": "^25.0.3", | ||
| "rimraf": "^6.1.2", | ||
@@ -47,0 +47,0 @@ "typescript": "^5.9.3" |
@@ -15,7 +15,7 @@ { | ||
| "dependencies": { | ||
| "@bettergi/utils": "^0.1.22" | ||
| "@bettergi/utils": "^0.1.24" | ||
| }, | ||
| "devDependencies": { | ||
| "@bettergi/cli": "^0.1.10", | ||
| "@bettergi/types": "^0.1.6", | ||
| "@bettergi/types": "^0.1.7", | ||
| "@eslint/js": "^9.39.2", | ||
@@ -22,0 +22,0 @@ "eslint": "^9.39.2", |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
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
Updated