Socket
Socket
Sign inDemoInstall

makitso

Package Overview
Dependencies
92
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.0 to 1.2.1

6

lib/command/keypress-validate.js

@@ -7,3 +7,3 @@ const _map = require("lodash/map");

return async function keyPress(state, press) {
if (state.returnCommand) {
if (state.returnCommand && state.command.trim()) {
if (press.key.name === "return") {

@@ -13,5 +13,3 @@ const { info } = state.commandLine();

state.returnCommand = false;
state.header = chalk`{yellow "${state
.command()
.trim()}" is not a complete command}`;
state.header = chalk`{yellow "${state.command.trim()}" is not a complete command}`;
}

@@ -18,0 +16,0 @@ const missing = _get(info, "input.missing", []);

{
"name": "makitso",
"version": "1.2.0",
"version": "1.2.1",
"description": "A Framework for building composable interactive commandline apps",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc