freedom-for-node
Advanced tools
Comparing version 0.1.7 to 0.1.8
{ | ||
"name": "freedom-for-node", | ||
"description": "Embracing a distributed web", | ||
"version": "0.1.7", | ||
"version": "0.1.8", | ||
"homepage": "http://freedomjs.org", | ||
@@ -6,0 +6,0 @@ "bugs": { |
@@ -81,2 +81,12 @@ /*globals require,fdom:true, console */ | ||
/** | ||
* Prepares a socket for becoming secure, currently a no-op in node. | ||
* Details at https://github.com/freedomjs/freedom/wiki/prepareSecure-API-Usage | ||
* @method prepareSecure | ||
* @param {Function} callback function to call on completion or error. | ||
*/ | ||
TcpSocket_node.prototype.prepareSecure = function(callback) { | ||
callback(); | ||
}; | ||
/** | ||
* Secure a socket, such that subsequent methods are sent over a TLS channel. | ||
@@ -83,0 +93,0 @@ * @method secure |
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
36839
803