@lambda-lambda-lambda/cli
Advanced tools
+4
-0
@@ -188,1 +188,5 @@ # Changelog | ||
| - Added quotes to `!Sub` interpolated values - `template.yaml` | ||
| ## [0.7.2] - 2026-03-11 | ||
| - NPM security updates (minimatch required) |
+6
-6
| { | ||
| "name": "@lambda-lambda-lambda/cli", | ||
| "description": "Command-line tool to create a new L³ application.", | ||
| "version": "0.7.1", | ||
| "version": "0.7.2", | ||
| "main": "index.js", | ||
@@ -37,11 +37,11 @@ "types": "types.d.ts", | ||
| "devDependencies": { | ||
| "@eslint/js": "^9.35.0", | ||
| "@eslint/js": "^10.0.1", | ||
| "@lambda-lambda-lambda/types": "^0.0.3", | ||
| "@types/node": "^20.19.13", | ||
| "@types/node": "^25.4.0", | ||
| "@types/node-fetch": "^2.6.13", | ||
| "chai": "^4.5.0", | ||
| "eslint": "^9.35.0", | ||
| "eslint": "^10.0.3", | ||
| "ts-mocha": "^11.1.0", | ||
| "typescript": "^5.9.2", | ||
| "typescript-eslint": "^8.43.0" | ||
| "typescript": "^5.9.3", | ||
| "typescript-eslint": "^8.57.0" | ||
| }, | ||
@@ -48,0 +48,0 @@ "bin": { |
@@ -23,4 +23,4 @@ { | ||
| "engines": { | ||
| "node": ">=18.0.0" | ||
| "node": ">=20.0.0" | ||
| } | ||
| } |
Network access
Supply chain riskThis module accesses the network.
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 4 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 4 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
59928
0.11%