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.0 to 0.2.1

2

bin/win-info-x11.js

@@ -69,3 +69,3 @@ "use strict";

const [width, height, x, y] = finalRes.split(/[+x]/).map(v => parseInt(v, 10));
return { index, width, height, x, y };
return { index, width, height, x, y, scale: { x: 1, y: 1 } };
}

@@ -72,0 +72,0 @@ /**

@@ -10,2 +10,6 @@ export declare type Platform = 'win32' | 'darwin' | 'linux' | 'freebsd' | 'openbsd' | 'sunos';

index: number;
scale: {
x: number;
y: number;
};
}

@@ -12,0 +16,0 @@ export interface Response {

{
"name": "@arcsine/win-info",
"version": "0.2.0",
"version": "0.2.1",
"description": "Get metadata about a program window (title, id, bounds, screens, owner, etc). Works on macOS, X11-based Desktops (Linux, BSD), Windows.",

@@ -73,2 +73,2 @@ "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