Comparing version 1.2.10 to 1.2.11
@@ -32,3 +32,3 @@ (function (exports) { | ||
function lint(r) { | ||
if (!r.name) { | ||
if (!r.name && 'string' !== typeof r.name) { | ||
throw new Error("missing name"); | ||
@@ -74,3 +74,4 @@ } | ||
} | ||
sequence.split('.').forEach(function (label) { | ||
// allow 0-length string for TLD root NS queries | ||
(sequence && sequence.split('.') || []).forEach(function (label) { | ||
dv.setUint8(total, label.length, false); | ||
@@ -77,0 +78,0 @@ total += 1; |
{ | ||
"name": "dns-suite", | ||
"version": "1.2.10", | ||
"version": "1.2.11", | ||
"description": "testing dns", | ||
@@ -5,0 +5,0 @@ "main": "dns.js", |
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
111845
2236