New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ggit

Package Overview
Dependencies
Maintainers
1
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ggit - npm Package Compare versions

Comparing version 0.5.1 to 0.6.0

docs/push.md

2

docs/use.md

@@ -14,1 +14,3 @@ # API

{%= _.doc("./docs/commit.md") %}
{%= _.doc("./docs/push.md") %}

3

index.js

@@ -10,3 +10,4 @@ var getOneLineLog = require('./src/getOneLineLog');

hasChanges: require('./src/has-changes'),
commit: require('./src/commit')
commit: require('./src/commit'),
push: require('./src/push')
};

@@ -13,0 +14,0 @@

{
"name": "ggit",
"description": "Local promise-returning git command wrappers",
"version": "0.5.1",
"version": "0.6.0",
"author": "Gleb Bahmutov <gleb.bahmutov@gmail.com>",

@@ -14,9 +14,9 @@ "bin": {

"dependencies": {
"check-more-types": "1.0.4",
"check-more-types": "1.1.1",
"check-types": "1.4.0",
"cli-table": "0.3.1",
"colors": "1.0.3",
"commander": "2.5.0",
"commander": "2.5.1",
"d3-helpers": "0.3.0",
"glob": "4.3.1",
"glob": "4.3.2",
"lazy-ass": "0.5.3",

@@ -40,3 +40,3 @@ "lodash": "2.4.1",

"grunt-readme": "0.4.5",
"gt": "0.8.44",
"gt": "0.8.47",
"jshint-stylish": "1.0.0",

@@ -43,0 +43,0 @@ "matchdep": "0.3.0",

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

# ggit v0.5.1
# ggit v0.6.0

@@ -117,4 +117,17 @@ > Local promise-returning git command wrappers

### push
Push commits to the remote
```javascript
var psuh = require('ggit').psuh;
psuh().then(function () {
// after the push
});
```
## Development

@@ -121,0 +134,0 @@

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