Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@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.4 to 1.0.5

4

build/menu/main/finduser.js

@@ -1,6 +0,6 @@

import { queryOdbc, getvalues } from '../../odbc-util.js';
import { queryOdbc, getrows } from '../../odbc-util.js';
import { generatedListMenu } from '../util.js';
const findUser = async (user) => {
const query = await queryOdbc(`SELECT * FROM QSYS2.USER_INFO WHERE AUTHORIZATION_NAME = '${user}'`);
getvalues(query);
getrows(query);
return query;

@@ -7,0 +7,0 @@ };

@@ -87,3 +87,3 @@ {

"type": "module",
"version": "1.0.4",
"version": "1.0.5",
"engines": {

@@ -90,0 +90,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