Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

curvecp

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

curvecp - npm Package Compare versions

Comparing version 0.8.4 to 0.9.0

9

examples/js-test.js

@@ -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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc