Socket
Socket
Sign inDemoInstall

git-commit-file

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

git-commit-file - npm Package Compare versions

Comparing version 1.1.3 to 1.1.4

11

js/helper.js

@@ -9,3 +9,12 @@ const chalk = require('chalk')

getWebpackOutputFilename() {
const webpackConfigPath = findUp.sync('webpack.config')
const cwd = process.cwd()
console.log('cwd', cwd)
const webpackConfigPath = findUp.sync('webpack.config', {cwd: cwd})
console.log('webpackConfigPath', webpackConfigPath)
const cwd2 = __dirname
console.log('cwd2', cwd2)
const webpackConfigPath2 = findUp.sync('webpack.config', {cwd: cwd2})
console.log('webpackConfigPath2', webpackConfigPath2)
/* istanbul ignore next */

@@ -12,0 +21,0 @@ try {

2

package.json
{
"name": "git-commit-file",
"version": "1.1.3",
"version": "1.1.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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc