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.2 to 0.0.4

dist/index.d.ts

32

package.json
{
"name": "gal",
"version": "0.0.2",
"version": "0.0.4",
"description": "Git add, commit, and push in one line.",
"main": "./dist/index.js",
"bin": {
"gal": "dist/index.js"
"gal": "./dist/index.js"
},
"scripts": {
"lint": "eslint --fix src",
"format": "prettier -w src",
"build": "tsc",
"dev": "tsc -w",
"prepare": "yarn build"
},
"repository": {
"type":"git",
"url":"https://github.com/OutThisLife/gal"
},
"homepage": "https://github.com/OutThisLife/gal",
"bugs": {
"url":"https://github.com/OutThisLife/gal/issues"
},
"files": ["dist"],
"keywords": [

@@ -32,3 +19,12 @@ "git",

"author": "Talasan Nicholson <talasan.nicholson@gmail.com>",
"license": "GPL-3.0",
"license": "MIT",
"homepage": "https://github.com/OutThisLife/gal",
"bugs": "https://github.com/OutThisLife/gal/issues",
"scripts": {
"lint": "eslint --fix src",
"format": "prettier -w src",
"build": "tsc",
"dev": "tsc -w",
"prepare": "yarn build"
},
"devDependencies": {

@@ -35,0 +31,0 @@ "@types/node": "^16.7.6",

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