distributed-dig
Advanced tools
Comparing version 1.8.3 to 1.8.4
# 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,0 +0,0 @@ #!/usr/bin/env node |
@@ -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", |
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
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
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
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
82751
1538
1
+ Addedis-valid-domain@0.0.19(transitive)
+ Addedpunycode@1.4.1(transitive)
- Removedis-valid-domain@0.0.17(transitive)
Updatedchalk@^4.1.1
Updatedis-valid-domain@0.0.19