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

dns-suite

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dns-suite - npm Package Compare versions

Comparing version 1.2.10 to 1.2.11

5

dns.packer.js

@@ -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;

2

package.json
{
"name": "dns-suite",
"version": "1.2.10",
"version": "1.2.11",
"description": "testing dns",

@@ -5,0 +5,0 @@ "main": "dns.js",

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