eventsocket
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "eventsocket", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Event socket", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -25,3 +25,3 @@ # eventsocket | ||
```js | ||
var socket = new EventSocket('127.0.0.1', 7000); | ||
var socket = new EventSocket(7000, '127.0.0.1'); | ||
``` | ||
@@ -109,2 +109,2 @@ | ||
{"name":"message","args":[{"foo":"bar"}]}\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
7475
109