Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gitmoji-cli

Package Overview
Dependencies
Maintainers
1
Versions
119
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gitmoji-cli - npm Package Compare versions

Comparing version 1.8.2 to 1.8.3

13

package.json
{
"name": "gitmoji-cli",
"version": "1.8.2",
"version": "1.8.3",
"description": "A gitmoji client for using emojis on commit messages.",

@@ -13,3 +13,3 @@ "engines": {

"lint": "standard \"src/**/*.js\"",
"test": "npm run lint && jest"
"test": "npm run lint && jest && codecov"
},

@@ -37,4 +37,4 @@ "repository": {

"execa": "^0.8.0",
"inquirer": "^3.0.1",
"inquirer-autocomplete-prompt": "^0.11.0",
"inquirer": "^4.0.0",
"inquirer-autocomplete-prompt": "^0.12.0",
"meow": "^3.7.0",

@@ -46,5 +46,10 @@ "parent-dirs": "^1.0.0",

"devDependencies": {
"codecov": "^3.0.0",
"jest": "^21.2.1",
"standard": "^10.0.3"
},
"jest": {
"coverageDirectory": "./coverage/",
"collectCoverage": true
}
}

Sorry, the diff of this file is not supported yet

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