Comparing version 0.9.0 to 0.9.1
{ | ||
"name": "curvecp", | ||
"version": "0.9.0", | ||
"version": "0.9.1", | ||
"description": "Pure javascript CurveCP library", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -229,2 +229,6 @@ 'use strict' | ||
PacketStream.prototype.setDestination = function (destination) { | ||
this.serverPublicKey = nacl.util.decodeBase64(destination) | ||
} | ||
PacketStream.prototype.isConnected = function () { | ||
@@ -231,0 +235,0 @@ return this.__canSend |
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
64679
1572