Gathering detailed insights and metrics for ows-native-dns-packet
Gathering detailed insights and metrics for ows-native-dns-packet
Gathering detailed insights and metrics for ows-native-dns-packet
Gathering detailed insights and metrics for ows-native-dns-packet
npm install ows-native-dns-packet
Typescript
Module System
Min. Node Version
Node Version
NPM Version
73.1
Supply Chain
83.6
Quality
74.5
Maintenance
100
Vulnerability
100
License
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
58 Stars
31 Commits
36 Forks
6 Watchers
1 Branches
3 Contributors
Updated on May 07, 2024
Latest Version
0.1.2
Package Id
ows-native-dns-packet@0.1.2
Unpacked Size
42.42 kB
Size
11.20 kB
File Count
32
NPM Version
5.5.1
Node Version
8.9.2
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
2
1
Packet.parse(buffer)
returns an instance of Packet
Packet.write(buffer, packet)
writes the given packet into the buffer,
truncating where appropriate1var Packet = function () { 2 this.header = { 3 id: 0, 4 qr: 0, 5 opcode: 0, 6 aa: 0, 7 tc: 0, 8 rd: 1, 9 ra: 0, 10 res1: 0, 11 res2: 0, 12 res3: 0, 13 rcode: 0 14 }; 15 this.question = []; 16 this.answer = []; 17 this.authority = []; 18 this.additional = []; 19 this.edns_options = []; 20 this.payload = undefined; 21};
package.json
to include all authorsmaster
branch to add License infoNo vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/20 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
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-06-30
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