npm-init-template
Advanced tools
+3
-3
| { | ||
| "name": "npm-init-template", | ||
| "version": "4.0.0", | ||
| "version": "4.0.1", | ||
| "description": "Create 'npm init' packages easily with templates and prompts", | ||
@@ -37,3 +37,3 @@ "tshy": { | ||
| "snap": "tap", | ||
| "format": "prettier --write . --loglevel warn --ignore-path ../../.prettierignore --cache", | ||
| "format": "prettier --write . --log-level warn --ignore-path ../../.prettierignore --cache", | ||
| "typedoc": "typedoc --tsconfig tsconfig/esm.json ./src/*.ts" | ||
@@ -48,3 +48,3 @@ }, | ||
| "mustache": "^4.2.0", | ||
| "read": "^3.0.1" | ||
| "read": "^4.1.0" | ||
| }, | ||
@@ -51,0 +51,0 @@ "tap": { |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance 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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance 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
58732
0+ Added
+ Added
- Removed
- Removed
Updated