Comparing version 0.1.0 to 0.1.1
@@ -30,2 +30,3 @@ // OMG OSC, a Plask / NodeJS OSC implementation. | ||
var udp = dgram.createSocket('udp4'); | ||
udp.bind(); | ||
if (opts.broadcast === true) | ||
@@ -32,0 +33,0 @@ udp.setBroadcast(true); |
{ | ||
"author": "Dean McNamee <dean@gmail.com>", | ||
"name": "omgosc", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/deanm/omgosc.git" | ||
"url": "git://github.com/oierbravo/omgosc.git" | ||
}, | ||
@@ -21,2 +21,6 @@ "contributors": [ | ||
"email": "oierbravo@gmail.com" | ||
}, | ||
{ | ||
"name": "karlosgliberal", | ||
"email": "https://github.com/karlosgliberal" | ||
} | ||
@@ -23,0 +27,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
11740
277