node-command-line-starter-1
Advanced tools
Comparing version 2.0.2 to 2.0.3
{ | ||
"name": "node-command-line-starter-1", | ||
"version": "2.0.2", | ||
"description": "Starter to create node-command-line utilities", | ||
"version": "2.0.3", | ||
"author": "Himanshu @himanshu-dixit", | ||
"repository": "crusherdev/CLI", | ||
"main": "index.js", | ||
@@ -33,4 +34,4 @@ "husky": { | ||
"format:write": "prettier --write '{src,__mocks__,bin}/**/*.ts'", | ||
"start:help": "ts-node ./src/bin/order.bin.ts -h", | ||
"start:example": "node ./dist/src/bin/order.bin.js pizza beer", | ||
"start:help": "ts-node ./src/bin/order.ts -h", | ||
"start:example": "ts-node ./src/bin/order.ts", | ||
"test": "jest", | ||
@@ -43,9 +44,7 @@ "bump-version": "rjp package.json version $VERSION", | ||
"bin": { | ||
"node-command-line-starter": "./src/bin/order.bin.js", | ||
"restaurant": "./src/bin/order.bin.js" | ||
"init": "./src/bin/base.js", | ||
"login": "./src/bin/base.js", | ||
"logout": "./src/bin/base.js", | ||
"test:create": "./src/bin/base.js" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/kreuzerk/node-command-line-starter.git" | ||
}, | ||
"keywords": [ | ||
@@ -58,15 +57,10 @@ "CLI", | ||
], | ||
"author": "Kevin Kreuzer", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/kreuzerk/node-command-line-starter/issues" | ||
}, | ||
"homepage": "https://github.com/kreuzerk/node-command-line-starter#readme", | ||
"dependencies": { | ||
"boxen": "^5.1.2", | ||
"chalk": "^5.0.0", | ||
"commander": "^8.2.0", | ||
"jsonfile": "^6.1.0" | ||
}, | ||
"devDependencies": { | ||
"boxen": "^5.1.2", | ||
"commander": "^8.2.0", | ||
"jsonfile": "^6.1.0", | ||
"@commitlint/cli": "^13.1.0", | ||
@@ -73,0 +67,0 @@ "@commitlint/config-conventional": "^13.1.0", |
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
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary 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 3 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
123596
19
64
1828
4
1
1
13
4
+ Addedboxen@^5.1.2
+ Addedchalk@^5.0.0
+ Addedcommander@^8.2.0
+ Addedjsonfile@^6.1.0
+ Addedansi-align@3.0.1(transitive)
+ Addedansi-regex@5.0.1(transitive)
+ Addedansi-styles@4.3.0(transitive)
+ Addedboxen@5.1.2(transitive)
+ Addedcamelcase@6.3.0(transitive)
+ Addedchalk@4.1.25.4.1(transitive)
+ Addedcli-boxes@2.2.1(transitive)
+ Addedcolor-convert@2.0.1(transitive)
+ Addedcolor-name@1.1.4(transitive)
+ Addedcommander@8.3.0(transitive)
+ Addedemoji-regex@8.0.0(transitive)
+ Addedgraceful-fs@4.2.11(transitive)
+ Addedhas-flag@4.0.0(transitive)
+ Addedis-fullwidth-code-point@3.0.0(transitive)
+ Addedjsonfile@6.1.0(transitive)
+ Addedstring-width@4.2.3(transitive)
+ Addedstrip-ansi@6.0.1(transitive)
+ Addedsupports-color@7.2.0(transitive)
+ Addedtype-fest@0.20.2(transitive)
+ Addeduniversalify@2.0.1(transitive)
+ Addedwidest-line@3.1.0(transitive)
+ Addedwrap-ansi@7.0.0(transitive)