typescript-for-nodejs-template-by-captain-jack
Advanced tools
Comparing version 1.0.14 to 1.0.15
{ | ||
"name": "typescript-for-nodejs-template-by-captain-jack", | ||
"version": "1.0.14", | ||
"description": "Fast and Easy starter files to immediately work with TS in Nodejs", | ||
"scripts": { | ||
"start": "ts-node src/app.ts", | ||
"dev": "nodemon --exec ts-node src/app.ts" | ||
}, | ||
"keywords": ["starter-code", "typescript", "Nodejs", "Node", "bootcamp","developer"], | ||
"author": "Jack Amsterdam", | ||
"license": "ISC", | ||
"devDependencies": { | ||
"@types/node": "^17.0.14" | ||
}, | ||
"bin": { | ||
"create-ts-node-starter-by-captain-jack": "./src/app.ts" | ||
"name": "typescript-for-nodejs-template-by-captain-jack", | ||
"version": "1.0.15", | ||
"description": "Fast and Easy starter files to immediately work with TS in Nodejs", | ||
"scripts": { | ||
"start": "node app" | ||
}, | ||
"keywords": ["starter-code", "typescript", "Nodejs", "Node", "bootcamp","developer"], | ||
"author": "Jack Amsterdam", | ||
"license": "ISC", | ||
"bin": { | ||
"create-ts-node-starter-by-captain-jack": "./app.js" | ||
} | ||
} | ||
} | ||
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 2 instances in 1 package
0
9974
3
212
2
0
3
1