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.0 to 1.2.1

9

js/helper.js

@@ -9,11 +9,4 @@ const chalk = require('chalk')

getWebpackOutputFilename() {
let webpackConfigPath = findUp.sync('webpack.config')
console.log('webpackConfigPath', webpackConfigPath)
let webpackConfigPathJs = findUp.sync('webpack.config.js')
console.log('webpackConfigPathJs', webpackConfigPathJs)
let webpackConfigPathJson = findUp.sync('webpack.config.json')
console.log('webpackConfigPathJson', webpackConfigPathJson)
const webpackConfigPath = findUp.sync('webpack.config.js') || findUp.sync('webpack.config.json')
/* istanbul ignore next */

@@ -20,0 +13,0 @@ try {

2

package.json
{
"name": "git-commit-file",
"version": "1.2.0",
"version": "1.2.1",
"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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc