Socket
Socket
Sign inDemoInstall

git-first-commit

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

git-first-commit - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

2

index.js

@@ -13,3 +13,3 @@ 'use strict';

if(!stderr) {
var command = 'git push origin -u master';
var command = 'git push origin -q -u master';
var { stdout, stderr, code } = exec(command, { silent: true });

@@ -16,0 +16,0 @@ if(!stderr) {

{
"name": "git-first-commit",
"version": "2.0.0",
"version": "2.0.1",
"description": "github intial commit",

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

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