Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gal

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gal - npm Package Compare versions

Comparing version 0.0.48 to 0.0.49

7

dist/index.js

@@ -105,9 +105,8 @@ #!/usr/bin/env node

const msg = (m ?? k ?? []);
if (!msg.length) {
msg.push('uptick');
}
if (!/^(feat|release|fix|style|docs|chore|test|refactor):$/.test(`${msg.at(0)}`)) {
msg.unshift('chore:');
}
if (msg.length === 1) {
msg.push('uptick');
}
msg.push('🦄');
await git.add(['.', '-A']);

@@ -114,0 +113,0 @@ await git.commit(msg.join(' '));

{
"name": "gal",
"version": "0.0.48",
"version": "0.0.49",
"description": "Git add, commit, and push in one line.",

@@ -5,0 +5,0 @@ "main": "./dist/index.js",

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