ws-server-ftw
Advanced tools
Comparing version 0.1.2 to 0.1.3
{ | ||
"name": "ws-server-ftw", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Mock websocket endpoints with ease", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -56,3 +56,6 @@ const WebSocket = require('ws') | ||
console.log('Digit "append <arr>" and press Enter to send data concat with arr (json valid)') | ||
ws.send(JSON.stringify(res)) | ||
try { | ||
ws.send(JSON.stringify(res)) | ||
} catch (e) {} | ||
} | ||
@@ -59,0 +62,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
17902
341