active-win
Advanced tools
Comparing version 8.0.3 to 8.1.0
@@ -146,2 +146,4 @@ declare namespace activeWindow { | ||
Get metadata about all open windows. | ||
Windows are returned in order from front to back. | ||
*/ | ||
@@ -152,2 +154,4 @@ getOpenWindows(options?: activeWindow.Options): Promise<activeWindow.Result[]>; | ||
Get metadata about all open windows synchronously. | ||
Windows are returned in order from front to back. | ||
*/ | ||
@@ -154,0 +158,0 @@ getOpenWindowsSync(options?: activeWindow.Options): activeWindow.Result[]; |
{ | ||
"name": "active-win", | ||
"version": "8.0.3", | ||
"version": "8.1.0", | ||
"description": "Get metadata about the active window (title, id, bounds, owner, URL, etc)", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -89,2 +89,4 @@ # active-win | ||
Windows are returned in order from front to back. | ||
Returns `Promise<activeWindow.Result[]>`. | ||
@@ -96,2 +98,4 @@ | ||
Windows are returned in order from front to back. | ||
Returns `activeWindow.Result[]`. | ||
@@ -98,0 +102,0 @@ |
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
252179
14
389
136