Socket
Socket
Sign inDemoInstall

active-win

Package Overview
Dependencies
101
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 8.0.3 to 8.1.0

lib/binding/napi-6-darwin-unknown-arm64/node-active-win.node

4

index.d.ts

@@ -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[];

2

package.json
{
"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

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