npm-init-template
Advanced tools
+4
-5
| { | ||
| "name": "npm-init-template", | ||
| "version": "3.0.0", | ||
| "version": "4.0.0", | ||
| "description": "Create 'npm init' packages easily with templates and prompts", | ||
@@ -19,3 +19,2 @@ "tshy": { | ||
| "import": { | ||
| "source": "./src/index.ts", | ||
| "types": "./dist/esm/index.d.ts", | ||
@@ -25,3 +24,2 @@ "default": "./dist/esm/index.js" | ||
| "require": { | ||
| "source": "./src/index.ts", | ||
| "types": "./dist/commonjs/index.d.ts", | ||
@@ -48,3 +46,3 @@ "default": "./dist/commonjs/index.js" | ||
| "foreground-child": "^3.1.1", | ||
| "minimatch": "^9.0.1", | ||
| "minimatch": "^10.0.1", | ||
| "mkdirp": "^3.0.1", | ||
@@ -64,5 +62,6 @@ "mustache": "^4.2.0", | ||
| }, | ||
| "module": "./dist/esm/index.js", | ||
| "engines": { | ||
| "node": ">= 18.6.0" | ||
| "node": "20 || >=22" | ||
| } | ||
| } |
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
58731
-0.06%+ Added
- Removed
Updated