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

agita

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

agita - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

6

bin/App/Pages/main.js

@@ -110,4 +110,8 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

.newLine()
.write(this.t.interactor.color.yellow('Loaded: ' + this.app.gitInfo.currentDirectory()))
.write(this.t.interactor.color.yellow('Repository: '))
.write(this.app.gitInfo.currentDirectory().split('/').pop())
.newLine()
.write(this.t.interactor.color.yellow('Current branch: '))
.write(this.app.gitInfo.currentBranch())
.newLine()
.newLine();

@@ -114,0 +118,0 @@ if (this.app.gitInfo.remotes().length == 0) {

2

package.json
{
"name": "agita",
"version": "1.1.1",
"version": "1.1.2",
"main": "bin/index.js",

@@ -5,0 +5,0 @@ "author": "Joel Huggett",

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