New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

gitzy

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gitzy - npm Package Compare versions

Comparing version 5.0.0 to 5.1.0

dist/index.mjs

21

package.json
{
"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": [

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc