Socket
Socket
Sign inDemoInstall

@teqed/interact-ibmi

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@teqed/interact-ibmi - npm Package Compare versions

Comparing version 1.0.29 to 1.0.30

6

build/menu/main/help-user/display-user.js

@@ -5,2 +5,3 @@ import ora from 'ora';

import { generatedListMenu } from '../../generic.js';
import { sleep } from '../../../util.js';
const fullUserInfo = async (user) => {

@@ -15,2 +16,7 @@ const spinner = ora(`Checking...`).start();

// Create an array of strings containing menu choices made of the query results.
// Make sure that foundUsers is not empty. If it is, sleep for 100 ms and try again.
while (foundUsers.length === 0) {
// eslint-disable-next-line no-await-in-loop
await sleep(100);
}
// eslint-disable-next-line @typescript-eslint/no-explicit-any

@@ -17,0 +23,0 @@ const choices = foundUsers.map((row) => {

1

build/util.js

@@ -1,2 +0,1 @@

/* eslint-disable @typescript-eslint/ban-types */
/* This contains utility functions for the application. */

@@ -3,0 +2,0 @@ import chalkAnimation from 'chalk-animation';

@@ -83,3 +83,3 @@ {

"type": "module",
"version": "1.0.29",
"version": "1.0.30",
"engines": {

@@ -86,0 +86,0 @@ "node": ">=16.0.0"

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