Socket
Socket
Sign inDemoInstall

active-win

Package Overview
Dependencies
29
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.1.0 to 5.1.1

2

lib/linux.js

@@ -48,3 +48,3 @@ 'use strict';

platform: 'linux',
title: JSON.parse(result['_NET_WM_NAME(UTF8_STRING)']) || null,
title: JSON.parse(result['_NET_WM_NAME(UTF8_STRING)'] || result['WM_NAME(STRING)']) || null,
id: windowId,

@@ -51,0 +51,0 @@ owner: {

{
"name": "active-win",
"version": "5.1.0",
"version": "5.1.1",
"description": "Get metadata about the active window (title, id, bounds, owner, etc). Works on macOS, Linux, Windows.",

@@ -5,0 +5,0 @@ "license": "MIT",

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc