dns-packet
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -207,2 +207,3 @@ var types = require('./types') | ||
rtxt.encodingLength = function (data) { | ||
if (!data) return 2 | ||
return (Buffer.isBuffer(data) ? data.length : Buffer.byteLength(data)) + 2 | ||
@@ -209,0 +210,0 @@ } |
{ | ||
"name": "dns-packet", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "An abstract-encoding compliant module for encoding / decoding DNS packets", | ||
@@ -5,0 +5,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
24544
700