Comparing version 1.7.0 to 1.8.0
@@ -846,4 +846,3 @@ // Generated by CoffeeScript 1.7.1 | ||
Connection.prototype.initiateTlsSslHandshake = function() { | ||
var credentials, _base; | ||
(_base = this.config.options.cryptoCredentialsDetails).ciphers || (_base.ciphers = 'RC4-MD5'); | ||
var credentials; | ||
credentials = crypto.createCredentials(this.config.options.cryptoCredentialsDetails); | ||
@@ -850,0 +849,0 @@ this.securePair = tls.createSecurePair(credentials); |
@@ -33,3 +33,3 @@ { | ||
], | ||
"version": "1.7.0", | ||
"version": "1.8.0", | ||
"main": "./lib/tedious.js", | ||
@@ -36,0 +36,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
194587
5660