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

secret-handshake

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

secret-handshake - npm Package Compare versions

Comparing version 0.3.7 to 0.3.8

2

net.js

@@ -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": {

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