Socket
Socket
Sign inDemoInstall

dns-packet

Package Overview
Dependencies
1
Maintainers
2
Versions
39
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.1.1 to 5.1.2

10

CHANGELOG.md

@@ -0,9 +1,13 @@

# Version 5.1.0 - 2019-01-22
- Feature: Added support for the RP record type.
# Version 5.0.0 - 2018-06-01
- Breaking: Node.js 6.0.0 or greater is now required
- Feature: Added support for DNSSEC record types
- Breaking: Node.js 6.0.0 or greater is now required.
- Feature: Added support for DNSSEC record types.
# Version 4.1.0 - 2018-02-11
- Feature: Added the MX record type.
- Feature: Added support for the MX record type.

@@ -10,0 +14,0 @@ # Version 4.0.0 - 2018-02-04

@@ -909,2 +909,3 @@ 'use strict'

data.txt = name.decode(buf, offset) || '.'
offset += name.decode.bytes
rrp.decode.bytes = offset - oldOffset

@@ -911,0 +912,0 @@ return data

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

@@ -5,0 +5,0 @@ "author": "Mathias Buus",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc