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

gitpush

Package Overview
Dependencies
Maintainers
1
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gitpush - npm Package Compare versions

Comparing version 0.1.6 to 0.1.7

4

index.js

@@ -68,3 +68,3 @@ var chalk = require('chalk');

var stc = data.toString();
console.log('stderr:'+chalk.blue(stc));
console.log('[stderr]♣♣:'+chalk.blue(stc));
if(stc == 'Everything up-to-date'){

@@ -84,3 +84,3 @@ console.log('isok ='+ false);

useTime = eTime - sTime;
console.log(chalk.green.bold('git push ok \n time cost: '+useTime +'ms\n恭喜您:推送完成 || 耗时 '+ useTime/1000 +'秒\n更多信息请看上面蓝色信息提示'));
console.log(chalk.green.bold('git push ok \n time cost: '+useTime +'ms\n恭喜您:推送完成 || 耗时 '+ useTime/1000 +'秒\n更多信息请看上面stderr:信息提示'));
});

@@ -87,0 +87,0 @@

{
"name": "gitpush",
"version": "0.1.6",
"version": "0.1.7",
"description": " Git 命令行实用程序,将所有修改过的文件并提交它们.自动gitpush .A command line utility to Git Add all modified files and commit them.",

@@ -5,0 +5,0 @@ "scripts": {

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