Comparing version 11.1.4 to 11.1.5
@@ -75,5 +75,7 @@ var WebSocketServer = require('ws').Server | ||
wss.clients.forEach(function (client) { | ||
client.send(data, { | ||
binary: false | ||
}) | ||
if (client.readyState === client.OPEN) { | ||
client.send(message, { | ||
binary: false | ||
}) | ||
} | ||
}) | ||
@@ -80,0 +82,0 @@ } catch (err) { |
{ | ||
"name": "budo", | ||
"version": "11.1.4", | ||
"version": "11.1.5", | ||
"description": "a browserify server for rapid prototyping", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
86795
1416