New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.0.7 to 1.0.8

bin/App/Pages/No Git Folder/index.js

4

bin/App/Pages/add/index.js

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

_b.sent();
_b.label = 6;
case 6: return [2 /*return*/, null];
return [2 /*return*/, null];
case 6: return [2 /*return*/, this];
case 7: return [2 /*return*/, null];

@@ -119,0 +119,0 @@ }

@@ -41,2 +41,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

var Add_1 = require("./Add");
var No_Git_Folder_1 = require("./No Git Folder");
var MainPage = /** @class */ (function () {

@@ -98,3 +99,7 @@ function MainPage(app, t) {

switch (_a.label) {
case 0: return [4 /*yield*/, this.app.gitCommand.alwaysUseColor()];
case 0:
if (!this.app.gitInfo.gitFolderPresent()) {
return [2 /*return*/, new No_Git_Folder_1.NoGitFolderPage(this.app, this.t)];
}
return [4 /*yield*/, this.app.gitCommand.alwaysUseColor()];
case 1:

@@ -108,11 +113,5 @@ _a.sent();

.newLine()
.write('Loaded: ' + this.app.gitInfo.currentDirectory())
.write(this.t.interactor.color.yellow('Loaded: ' + this.app.gitInfo.currentDirectory()))
.newLine()
.newLine();
// await (new Input(this.t, {})).run()
if (!this.app.gitInfo.gitFolderPresent()) {
console.log('No .git folder present!');
console.log();
// route to page for getting started with git
}
return [4 /*yield*/, this.pickList.run()];

@@ -119,0 +118,0 @@ case 2:

@@ -136,3 +136,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

_this.t.interactor.clearLine()
.write(_this.t.interactor.color.green(_this.t.interactor.decorate.bold((_this.config.back == option ? '<== ' : '==> ') + option))).newLine();
.write(_this.t.interactor.color.green(_this.t.interactor.decorate.bold((_this.config.back == option ? '<-- ' : '--> ') + option))).newLine();
}

@@ -139,0 +139,0 @@ else {

{
"name": "agita",
"version": "1.0.7",
"version": "1.0.8",
"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