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.0.5 to 1.0.6

.idea/runConfigurations/git_commit_file.xml

2

bin/gitcommitfile.js
#!/usr/bin/env node
const yargs = require('yargs')
const gcf = require('../gcf')
const gcf = require('../index')
const args = yargs.argv._

@@ -6,0 +6,0 @@ let arg

@@ -1,3 +0,2 @@

// const example = require('./js/example')
const gcf = require('./gcf')
const gcf = require('./js/gcf')

@@ -4,0 +3,0 @@ const main = filename => {

{
"name": "git-commit-file",
"version": "1.0.5",
"version": "1.0.6",
"description": "Git commit a single file in a single command",

@@ -31,3 +31,5 @@ "author": "danday74",

"istanbul": "^0.4.5",
"mocha": "^5.0.4"
"mocha": "^5.0.4",
"sinon": "^4.4.5",
"sinon-chai": "^3.0.0"
},

@@ -34,0 +36,0 @@ "keywords": [],

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