node-mac-permissions
Advanced tools
Comparing version 2.1.0 to 2.1.1
{ | ||
"name": "node-mac-permissions", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "A native node module to manage system permissions on macOS", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -16,3 +16,2 @@ [![MIT license](https://img.shields.io/badge/License-MIT-blue.svg)](https://lbesson.mit-license.org/) | ||
* Reminders | ||
* Photos | ||
* Camera | ||
@@ -28,3 +27,3 @@ * Microphone | ||
* `type` String - The type of system component to which you are requesting access. Can be one of `accessibility`, `calendar`, `camera`, `contacts`, `full-disk-access`, `location`, `microphone`, `photos`, `screen`, or `reminders`. | ||
* `type` String - The type of system component to which you are requesting access. Can be one of `accessibility`, `calendar`, `camera`, `contacts`, `full-disk-access`, `location`, `microphone`, `screen`, or `reminders`. | ||
@@ -248,5 +247,2 @@ Returns `String` - Can be one of `not determined`, `denied`, `authorized`, or `restricted`. | ||
$ tccutil reset Microphone | ||
# Reset Photos access permissions | ||
$ tccutil reset Photos | ||
``` |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
30528
246