@arcsine/win-info
Advanced tools
Comparing version 0.2.7 to 0.2.8
@@ -6,6 +6,7 @@ #!/usr/bin/env node | ||
if (args.length) { | ||
console.log(getByPidSync(args[0])); | ||
} else { | ||
console.log(getActiveSync()); | ||
} | ||
console.log( | ||
JSON.stringify( | ||
args.length ? getByPidSync(args[0]) : getActiveSync(), | ||
null, 2 | ||
) | ||
); |
{ | ||
"name": "@arcsine/win-info", | ||
"version": "0.2.7", | ||
"version": "0.2.8", | ||
"description": "Get metadata about a program window (title, id, bounds, screens, owner, etc). Works on macOS, X11-based Desktops (Linux, BSD), Windows.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
157871
239