Comparing version 0.2.2 to 0.2.3
@@ -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 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17530
+ Addedasync@0.9.2(transitive)
- Removedasync@0.2.10(transitive)
Updatedasync@~0.9.0