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.1 to 1.0.2

7

index.js

@@ -1,7 +0,8 @@

const example = require('./js/example')
// const example = require('./js/example')
const gcf = require('./gcf')
const main = () => {
return example()
const main = filename => {
gcf(filename)
}
module.exports = main
{
"name": "git-commit-file",
"version": "1.0.1",
"version": "1.0.2",
"description": "Git 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