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

distributed-dig

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

distributed-dig - npm Package Compare versions

Comparing version 1.8.3 to 1.8.4

spikes/ddig.js

12

CHANGELOG.md
# Changelog
## [1.8.4] - May 11<sup>th</sup> 2021
### Changed
* Updated deep dependencies to apply `lodash` fix addressing [CVE-2021-23337](https://nvd.nist.gov/vuln/detail/CVE-2021-23337).
* Updated dependency `supports-color` to version `8.1.1`.
* Updated dependency `chalk` to version `4.1.1`.
* Updated dependency `is-valid-domain` to version `0.0.19`.
* Updated default Singapore DNS resolver.
---
## [1.8.3] - January 14<sup>th</sup> 2021

@@ -4,0 +16,0 @@

0

distributed-dig.js

@@ -0,0 +0,0 @@ #!/usr/bin/env node

2

distributed-dig.json

@@ -72,3 +72,3 @@ {

{
"nameServer": "202.21.158.41",
"nameServer": "172.104.49.100",
"provider": "Singapore"

@@ -75,0 +75,0 @@ },

{
"name": "distributed-dig",
"version": "1.8.3",
"version": "1.8.4",
"description": "A utility which makes DNS lookup requests across multiple DNS resolvers and collates the results.",

@@ -43,7 +43,7 @@ "main": "distributed-dig.js",

"dependencies": {
"chalk": "^4.1.0",
"chalk": "^4.1.1",
"columnify": "^1.5.4",
"debug": "^4.3.1",
"is-ip": "^3.1.0",
"is-valid-domain": "0.0.17",
"is-valid-domain": "0.0.19",
"native-dns-multisocket": "^0.7.0",

@@ -50,0 +50,0 @@ "pretty-error": "^3.0.3",

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