🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

node-ms-uia

Package Overview
Dependencies
Maintainers
0
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-ms-uia

This is pure JS library written to support Microsoft's UI Automation library because that doesn't exist when i need it the most for my project in Electron JS.

1.0.4
latest
npm
Version published
Weekly downloads
1
-75%
Maintainers
0
Weekly downloads
 
Created
Source

node-ms-uia

node-ms-uia is a Node.js library designed to support Microsoft's UI Automation library. This library was created to fill the gap when no suitable solution was available for projects in Electron.js.

Features

  • Pure JavaScript implementation
  • Seamless integration with Electron.js
  • Comprehensive support for Microsoft's UI Automation

Installation

To install the library, use npm:

npm install node-ms-uia

Usage

Here's a basic example of how to use node-ms-uia:

const uia = require('node-ms-uia');

// Your code to interact with UI Automation

Contributing

Contributions are welcome! Please submit a pull request or open an issue to discuss what you would like to change.

License

This project is licensed under the MIT License.

Keywords

UIA

FAQs

Package last updated on 31 Oct 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts