Socket
Socket
Sign inDemoInstall

dns-packet

Package Overview
Dependencies
2
Maintainers
2
Versions
39
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.0 to 1.2.1

4

index.js

@@ -340,4 +340,2 @@ var types = require('./types')

data.flags = rcaa.ISSUER_CRITICAL
} else {
data.flags = 0
}

@@ -347,3 +345,3 @@

offset += 2
buf.writeUInt8(data.flags, offset)
buf.writeUInt8(data.flags || 0, offset)
offset += 1

@@ -350,0 +348,0 @@ string.encode(data.tag, buf, offset)

{
"name": "dns-packet",
"version": "1.2.0",
"version": "1.2.1",
"description": "An abstract-encoding compliant module for encoding / decoding DNS packets",

@@ -5,0 +5,0 @@ "repository": {

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