Socket
Socket
Sign inDemoInstall

auto-comiter-git

Package Overview
Dependencies
11
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

4

index.js
#!/usr/bin/env node
const child_process = require('child_process');
const glob = require('glob');
const shell = require('shelljs');
const fs = require('fs');

@@ -10,3 +10,3 @@ require('process').argv.slice(2).map(globPath =>{

console.log(`${match}: Old size: ${prev.size} New size: ${curr.size}`)
shell.exec("git-go New update")
child_process.execSync(`git-go New update`)
})

@@ -13,0 +13,0 @@ })

{
"name": "auto-comiter-git",
"version": "1.0.1",
"version": "1.0.2",
"description": "",

@@ -13,4 +13,3 @@ "main": "index.js",

"dependencies": {
"glob": "^7.1.6",
"shelljs": "^0.8.4"
"glob": "^7.1.6"
},

@@ -17,0 +16,0 @@ "bin": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc