Gathering detailed insights and metrics for dig-trace-parser
Gathering detailed insights and metrics for dig-trace-parser
Gathering detailed insights and metrics for dig-trace-parser
Gathering detailed insights and metrics for dig-trace-parser
Parser resulting from the Dig command (+ trace option) created by the node.
npm install dig-trace-parser
Typescript
Module System
Node Version
NPM Version
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
1 Stars
40 Commits
27 Branches
2 Contributors
Updated on Aug 07, 2024
Latest Version
0.0.10
Package Id
dig-trace-parser@0.0.10
Unpacked Size
3.20 kB
Size
1.58 kB
File Count
4
NPM Version
5.7.1
Node Version
8.9.4
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
Parser resulting from the Dig command (+ trace option) created by the node.
npm i dig-trace-parser
1 2const dig = require('dig-trace-parser') 3 4const ip = async () => ({ 5 const domain = 'www.example.com'; 6 const result = await dig(domain); 7 console.log(result); // ['93.184.216.34'] 8})
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/16 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
license file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
38 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More