secret-handshake
Advanced tools
Comparing version 0.3.7 to 0.3.8
@@ -30,3 +30,3 @@ | ||
throw new Error('opts.key *must* be an ed25519 public key') | ||
if(!Number.isInteger(addr.port)) | ||
if(!Number.isInteger(+addr.port)) | ||
throw new Error('opts.port *must* be provided') | ||
@@ -33,0 +33,0 @@ if(!('string' === typeof addr.host || null == addr.host)) |
{ | ||
"name": "secret-handshake", | ||
"description": "a simple and highly private secure-channel protocol", | ||
"version": "0.3.7", | ||
"version": "0.3.8", | ||
"homepage": "https://github.com/dominictarr/secret-handshake", | ||
@@ -6,0 +6,0 @@ "repository": { |
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
27501