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.5 to 1.1.6

4

bin/Terminal/User Interactions/select-list.js

@@ -136,7 +136,7 @@ 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();
}
else {
_this.t.interactor.clearLine()
.write(' ' + option).newLine();
.write(' ' + option).newLine();
}

@@ -143,0 +143,0 @@ });

{
"name": "agita",
"version": "1.1.5",
"version": "1.1.6",
"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