Socket
Socket
Sign inDemoInstall

dns-over-tls

Package Overview
Dependencies
2
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.8 to 0.0.9

1

lib/dnstls.js

@@ -52,2 +52,3 @@ "use strict";

const socket = tls_1.connect({ host, servername, port });
socket.on('error', reject);
socket.on('secureConnect', () => socket.write(dnsQueryBuf));

@@ -54,0 +55,0 @@ socket.on('data', (data) => {

2

package.json
{
"name": "dns-over-tls",
"version": "0.0.8",
"version": "0.0.9",
"description": "dns-over-tls for node",

@@ -5,0 +5,0 @@ "author": "Sagi Kedmi <git@sagi.io> (https://sagi.io)",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc