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 1.0.1 to 1.0.2

2

package.json
{
"name": "curvecp",
"version": "1.0.1",
"version": "1.0.2",
"description": "Pure javascript CurveCP library",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -75,2 +75,7 @@ 'use strict'

}
if (!this.isServer) {
var keyPair = nacl.box.keyPair()
this.clientConnectionPublicKey = keyPair.publicKey
this.clientConnectionPrivateKey = keyPair.secretKey
}
this._connectStream(this.stream)

@@ -436,5 +441,2 @@ }

this.__initiateSend = false
var keyPair = nacl.box.keyPair()
this.clientConnectionPublicKey = keyPair.publicKey
this.clientConnectionPrivateKey = keyPair.secretKey
var result = new Uint8Array(224)

@@ -441,0 +443,0 @@ result.set(HELLO_MSG, 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