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

tedious

Package Overview
Dependencies
Maintainers
4
Versions
227
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tedious - npm Package Compare versions

Comparing version 1.7.0 to 1.8.0

3

lib/connection.js

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

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