Socket
Socket
Sign inDemoInstall

git-commit-file

Package Overview
Dependencies
59
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.3 to 1.2.4

6

js/helper.js

@@ -11,12 +11,8 @@ const chalk = require('chalk')

const webpackConfigPath = findUp.sync('webpack.config.js') || findUp.sync('webpack.config.json')
console.log('webpackConfigPath', webpackConfigPath)
/* istanbul ignore next */
try {
const webpackConfig = require(webpackConfigPath)
console.log('webpackConfig', webpackConfig)
console.log('webpackConfig.output.filename', webpackConfig.output.filename)
return webpackConfig.output.filename
} catch (e) {
throw (e)
// return undefined
return undefined
}

@@ -23,0 +19,0 @@ },

2

package.json
{
"name": "git-commit-file",
"version": "1.2.3",
"version": "1.2.4",
"description": "Git add and commit a single file in a single command",

@@ -5,0 +5,0 @@ "author": "danday74",

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc