New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

glazewm

Package Overview
Dependencies
Maintainers
0
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

glazewm - npm Package Compare versions

Comparing version 1.5.2 to 1.6.0

9

dist/index.d.ts

@@ -135,2 +135,3 @@ import { MessageEvent, Event, CloseEvent, ErrorEvent } from 'ws';

dpi: number;
scaleFactor: number;
width: number;

@@ -141,6 +142,6 @@ height: number;

handle: number;
device_name: string;
device_path: string | null;
hardware_id: string | null;
working_rect: Rect;
deviceName: string;
devicePath: string | null;
hardwareId: string | null;
workingRect: Rect;
}

@@ -147,0 +148,0 @@

{
"name": "glazewm",
"version": "1.5.2",
"version": "1.6.0",
"description": "Library for inter-process communication (IPC) with GlazeWM.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -13,2 +13,3 @@ import type { Rect } from '../common';

dpi: number;
scaleFactor: number;
width: number;

@@ -19,6 +20,6 @@ height: number;

handle: number;
device_name: string;
device_path: string | null;
hardware_id: string | null;
working_rect: Rect;
deviceName: string;
devicePath: string | null;
hardwareId: string | null;
workingRect: Rect;
}
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