Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@arcsine/win-info

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@arcsine/win-info - npm Package Compare versions

Comparing version 0.2.7 to 0.2.8

11

bin/win-info.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc