Comparing version 5.0.0 to 5.1.0
{ | ||
"name": "gitzy", | ||
"description": "interactive conventional commits cli", | ||
"version": "5.0.0", | ||
"version": "5.1.0", | ||
"author": "jimmy-guzman @jimmy-guzman", | ||
@@ -18,3 +18,4 @@ "repository": "jimmy-guzman/gitzy", | ||
}, | ||
"bin": "./dist/index.js", | ||
"type": "module", | ||
"bin": "./dist/index.mjs", | ||
"scripts": { | ||
@@ -27,5 +28,4 @@ "build": "pkgroll --minify --target=node18", | ||
"lint:fix": "pnpm lint --fix", | ||
"test": "jest --coverage", | ||
"test:watch": "jest --watch", | ||
"e2e": "jest -c e2e/jest.config.js", | ||
"test": "vitest --coverage", | ||
"test:watch": "vitest", | ||
"ts-check": "tsc -b tsconfig.json", | ||
@@ -47,3 +47,2 @@ "ts-check:watch": "pnpm ts-check --watch", | ||
"dependencies": { | ||
"ansi-colors": "^4.1.1", | ||
"commander": "^11.0.0", | ||
@@ -58,4 +57,5 @@ "enquirer": "^2.3.6", | ||
"@semantic-release/git": "10.0.1", | ||
"@types/jest": "29.5.12", | ||
"@types/node": "20.11.19", | ||
"@vitest/coverage-v8": "1.2.2", | ||
"ansi-colors": "4.1.3", | ||
"commitlint": "18.6.1", | ||
@@ -66,10 +66,9 @@ "eslint": "8.56.0", | ||
"is-ci": "3.0.1", | ||
"jest": "29.7.0", | ||
"lint-staged": "15.2.2", | ||
"npm-run-all": "4.1.5", | ||
"npm-run-all2": "5.0.0", | ||
"pkgroll": "2.0.1", | ||
"prettier": "3.2.5", | ||
"semantic-release": "23.0.2", | ||
"ts-jest": "29.1.2", | ||
"typescript": "5.3.3" | ||
"typescript": "5.3.3", | ||
"vitest": "1.2.2" | ||
}, | ||
@@ -76,0 +75,0 @@ "files": [ |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
27693
4
81
0
Yes
- Removedansi-colors@^4.1.1