active-win
Advanced tools
Comparing version 7.6.0 to 7.6.1
@@ -7,3 +7,3 @@ /* eslint-disable new-cap */ | ||
const ref = require('ref-napi'); | ||
const struct = require('ref-struct-napi'); | ||
const struct = require('ref-struct-di')(ref); | ||
@@ -10,0 +10,0 @@ // Create the struct required to save the window bounds |
{ | ||
"name": "active-win", | ||
"version": "7.6.0", | ||
"version": "7.6.1", | ||
"description": "Get metadata about the active window (title, id, bounds, owner, URL, etc). Works on macOS, Linux, Windows.", | ||
@@ -65,3 +65,3 @@ "license": "MIT", | ||
"ref-napi": "^3.0.2", | ||
"ref-struct-napi": "^1.1.1", | ||
"ref-struct-di": "^1.1.1", | ||
"ref-wchar-napi": "^1.0.3" | ||
@@ -68,0 +68,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
139661