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
4.0.3
to
4.1.0
+11
-6
package.json
{
"name": "npm-init-template",
"version": "4.0.3",
"version": "4.1.0",
"description": "Create 'npm init' packages easily with templates and prompts",

@@ -14,2 +14,3 @@ "tshy": {

"main": "./dist/commonjs/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/commonjs/index.d.ts",

@@ -53,10 +54,14 @@ "exports": {

},
"repository": {
"type": "git",
"url": "git@github.com:tapjs/tapjs",
"path": "src/npm-init-template"
},
"homepage": "https://github.com/tapjs/tapjs/src/npm-init-template#readme",
"bugs": {
"url": "https://github.com/tapjs/tapjs/issues"
},
"funding": {
"url": "https://github.com/sponsors/isaacs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tapjs/tapjs.git"
},
"module": "./dist/esm/index.js",
"engines": {

@@ -63,0 +68,0 @@ "node": "20 || >=22"