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.1.2 to 1.1.3

5

js/helper.js
const chalk = require('chalk')
const exec = require('shelljs.exec')
const findUp = require('find-up')
const testing = process.env.NODE_ENV === 'test'

@@ -8,6 +9,6 @@

getWebpackOutputFilename() {
const webpackConfigPath = findUp.sync('webpack.config')
/* istanbul ignore next */
try {
// noinspection JSFileReferences
const webpackConfig = require('../../../webpack.config')
const webpackConfig = require(webpackConfigPath)
return webpackConfig.output.filename

@@ -14,0 +15,0 @@ } catch (e) {

{
"name": "git-commit-file",
"version": "1.1.2",
"version": "1.1.3",
"description": "Git add and commit a single file in a single command",

@@ -21,2 +21,3 @@ "author": "danday74",

"chalk": "^2.3.2",
"find-up": "^2.1.0",
"shelljs.exec": "^1.1.7",

@@ -32,3 +33,3 @@ "yargs": "^11.0.0"

"mocha": "^5.0.4",
"sinon": "^4.4.5",
"sinon": "^4.4.6",
"sinon-chai": "^3.0.0"

@@ -35,0 +36,0 @@ },

yarn.lock

Sorry, the diff of this file is not supported yet

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