Socket
Socket
Sign inDemoInstall

macos-accessibility-permissions

Package Overview
Dependencies
25
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

index.d.ts

8

package.json
{
"name": "macos-accessibility-permissions",
"version": "1.0.0",
"version": "1.0.1",
"description": "Check and request macOS accessibility permissions.",
"main": "index.js",
"repository": "https://github.com/karaggeorge/macos-accessibility-permissions",

@@ -13,9 +12,9 @@ "author": {

"license": "MIT",
"private": false,
"files": [
"index.js",
"index.d.ts",
"permissions"
],
"scripts": {
"test": "xo",
"test": "xo && tsd",
"build": "swiftc -o permissions main.swift",

@@ -41,4 +40,5 @@ "prepublishOnly": "npm run build"

"devDependencies": {
"tsd": "^0.11.0",
"xo": "^0.25.3"
}
}

@@ -5,3 +5,3 @@ # macos-accessibility-permissions

Requires macOS 10.12 or later. macOS 10.13 or earlier needs to download the [Swift runtime support libraries](https://download.developer.apple.com/Developer_Tools/Swift_5_Runtime_Support_for_Command_Line_Tools/Swift_5_Runtime_Support_for_Command_Line_Tools.dmg).
Requires macOS 10.12 or later. macOS 10.13 or earlier needs to download the [Swift runtime support libraries](https://support.apple.com/kb/DL1998).

@@ -48,2 +48,2 @@

MIT
MIT
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc