Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

npm-init-template

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

npm-init-template - npm Package Compare versions

Comparing version
3.0.0
to
4.0.0
+4
-5
package.json
{
"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"
}
}