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

ewmh

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ewmh - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

4

lib/ewmh.js

@@ -90,3 +90,3 @@ var EventEmitter = require('events').EventEmitter;

EWMH.set_composite_manager_owner = function(wid, screenNo, cb) {
EWMH.prototype.set_composite_manager_owner = function(wid, screenNo, cb) {
var self = this;

@@ -99,3 +99,3 @@ this.X.InternAtom(false, '_NET_WM_CM_S' + screenNo, function(err, composite_atom) {

EWMH.set_window_manager_owner = function(wid, name, _class, cb) {
EWMH.prototype.set_window_manager_owner = function(wid, name, _class, cb) {
var self = this;

@@ -102,0 +102,0 @@ async.parallel([

{
"name": "ewmh",
"version": "0.2.2",
"version": "0.2.3",
"description": "Implementation of the Extended Window Manager Hints (EWMH)",

@@ -14,3 +14,3 @@ "main": "index.js",

"dependencies": {
"async": "~0.2.9",
"async": "~0.9.0",
"x11-prop": "~0.4.2"

@@ -17,0 +17,0 @@ },

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