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.7 to 1.1.8

10

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

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

action: function () {
if (_this.current.line == -1)
return true;
if (_this.current.branch.selected && _this.current.branch.sub)
return false;
if (!_this.current.branch.sub) {
_this.current.branch.selected = !_this.current.branch.selected;
}
_this.current.branch.open = !_this.current.branch.open;
// if (this.current.branch.sub && this.current.branch.open) {
// this.current.branch = this.current.branch.sub[0]
// this.numberOfLines(this.config.tree)
// this.current.line = this.getLineForBranch(this.current.branch)
// }
return false;

@@ -107,0 +107,0 @@ }

{
"name": "agita",
"version": "1.1.7",
"version": "1.1.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