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

@foundryapp/accessibility-node

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@foundryapp/accessibility-node - npm Package Compare versions

Comparing version 1.0.13 to 1.0.14

2

package.json
{
"name": "@foundryapp/accessibility-node",
"descriptiop": "Node.js wrapper for the macOS accessibility API",
"version": "1.0.13",
"version": "1.0.14",
"license": "MIT",

@@ -6,0 +6,0 @@ "gypfile": true,

## Installation & usage
`yarn add @foundryapp/accessibility-node`
### Initialization
```javascript
const ax = require('@foundryapp/accessibility-node'); // ax means accessibility
// isProcessTrusted() returns boolean indicating whether a process has accessibility permissions.
// If the process isn't trusted, the method will also prompt user to give this process accessibility permissions.
const isTrusted = ax.isProcessTrusted();
```

@@ -16,2 +13,4 @@

```javascript
// isProcessTrusted() returns boolean indicating whether a process has accessibility permissions.
// If the process isn't trusted, the method will also prompt user to give this process accessibility permissions.
const isTrusted = ax.isProcessTrusted();

@@ -22,3 +21,3 @@ ```

```javascript
const isRunning = ax.isAppRunning('com.app.Terminal');
const isRunning = ax.isAppRunning('com.apple.Terminal');
```

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