mvc-starter-kit
Advanced tools
Comparing version 1.0.6 to 1.0.7
{ | ||
"name": "mvc-starter-kit", | ||
"version": "1.0.6", | ||
"description": "A starter kit for creating Node.js MVC projects", | ||
"main": "dist/index.js", | ||
"version": "1.0.7", | ||
"description": "MVC project starter kit", | ||
"main": "index.js", | ||
"bin": { | ||
"mvc-starter": "./bin/cli.js" | ||
}, | ||
"scripts": { | ||
"build": "tsup", | ||
"create-structure": "node dist/index.js", | ||
"create": "npm run create-structure", | ||
"postinstall": "npm run create-structure" | ||
"postinstall": "node bin/cli.js" | ||
}, | ||
"keywords": [], | ||
"author": "", | ||
"license": "ISC", | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"tsup": "^8.3.0", | ||
"typescript": "^5.6.3" | ||
} | ||
"fs-extra": "^10.0.0" | ||
}, | ||
"license": "ISC" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
21468
1
5
304