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

cueball

Package Overview
Dependencies
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cueball - npm Package Compare versions

Comparing version 0.3.3 to 0.3.4

18

lib/resolver.js

@@ -685,2 +685,6 @@ /*

var req = new mod_nsc.DnsMessage();
req.addQuestion(dom, type);
req.addEDNS({ maxUDPLength: 1420 });
var timer = setTimeout(function () {

@@ -693,6 +697,2 @@ if (timer !== undefined) {

var req = new mod_nsc.DnsMessage();
req.addQuestion(dom, type);
req.addEDNS({ maxUDPLength: 1420 });
function onError(err) {

@@ -703,3 +703,2 @@ if (timer === undefined)

timer = undefined;
req.cancel = function () { };
cb(err);

@@ -715,3 +714,4 @@ }

var nreq = self._dnsLookup(dom, res, type, 'tcp', cb);
var nreq = self._dnsLookup(dom, res, type, 'tcp',
timeout, cb);
clearTimeout(timer);

@@ -733,3 +733,3 @@ timer = undefined;

timer = undefined;
req.cancel = function () { };
done();

@@ -801,7 +801,3 @@ var answers = msg.getAnswers();

req.cancel = function () {
sock.cancel(req);
};
return (req);
};
{
"name": "cueball",
"version": "0.3.3",
"version": "0.3.4",
"description": "",

@@ -12,3 +12,3 @@ "main": "lib/index.js",

"mooremachine": ">=1.2.0 <2.0.0",
"named-client": "git://github.com/arekinath/node-named-client#v0.1.0",
"named-client": "git://github.com/arekinath/node-named-client#v0.1.1",
"node-uuid": ">=1.4.7 <2.0.0",

@@ -15,0 +15,0 @@ "restify-clients": ">=1.1.2 <2.0.0",

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