Comparing version 0.8.4 to 0.9.0
@@ -157,7 +157,6 @@ var net = require('net-udp') | ||
nacl.util.encodeBase64(serverKeyPair.publicKey), { | ||
udp: { | ||
addresses: ['127.0.0.1'], | ||
port: server.address().port | ||
} | ||
}) | ||
addresses: ['127.0.0.1'], | ||
port: server.address().port | ||
} | ||
) | ||
setTimeout(function () { | ||
@@ -164,0 +163,0 @@ console.log('remotePort ' + client.remotePort) |
{ | ||
"name": "curvecp", | ||
"version": "0.8.4", | ||
"version": "0.9.0", | ||
"description": "Pure javascript CurveCP library", | ||
@@ -28,3 +28,3 @@ "main": "src/index.js", | ||
"nanotimer": "^0.3.13", | ||
"readable-stream-no-buffering": "^2.0.6", | ||
"readable-stream-no-buffering": "^2.0.7", | ||
"tweetnacl": "^0.14.3", | ||
@@ -34,5 +34,5 @@ "tweetnacl-util": "^0.13.3" | ||
"devDependencies": { | ||
"net-udp": "0.0.3", | ||
"net-udp": "0.0.4", | ||
"publish": "^0.6.0" | ||
} | ||
} |
@@ -66,7 +66,7 @@ var Uint64BE = require('int64-buffer').Uint64BE | ||
return this._inRange1(start_byte, length) || | ||
this._inRange2(start_byte, length) || | ||
this._inRange3(start_byte, length) || | ||
this._inRange4(start_byte, length) || | ||
this._inRange5(start_byte, length) || | ||
this._inRange6(start_byte, length) | ||
this._inRange2(start_byte, length) || | ||
this._inRange3(start_byte, length) || | ||
this._inRange4(start_byte, length) || | ||
this._inRange5(start_byte, length) || | ||
this._inRange6(start_byte, length) | ||
} | ||
@@ -73,0 +73,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
64550
1569