Socket
Socket
Sign inDemoInstall

gitmoji-cli

Package Overview
Dependencies
Maintainers
1
Versions
118
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.2.0 to 1.2.1

14

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

@@ -15,11 +15,11 @@ "engines": {

"array-callback-return": 1,
"default-case": 1
"default-case": 1
},
"ignores": [
"test/**"
]
},
"ignores": [
"test/**"
]
},
"scripts": {
"lint": "xo",
"mocha": "mocha ./test/*.js",
"mocha": "mocha ./test/*.js",
"test": "npm run lint && npm run mocha"

@@ -26,0 +26,0 @@ },

@@ -22,3 +22,3 @@ 'use strict';

if (this._isAGitRepo('.git')) {
fs.writeFile(path, fileContents, {mode: 755}, err => {
fs.writeFile(path, fileContents, {mode: 0o775}, err => {
if (err) {

@@ -25,0 +25,0 @@ console.error(chalk.red(`ERROR: ${err}`));

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