Gathering detailed insights and metrics for @xmpp-infister/resolve
Gathering detailed insights and metrics for @xmpp-infister/resolve
Gathering detailed insights and metrics for @xmpp-infister/resolve
Gathering detailed insights and metrics for @xmpp-infister/resolve
npm install @xmpp-infister/resolve
Typescript
Module System
Min. Node Version
Node Version
NPM Version
JavaScript (98.67%)
Makefile (0.69%)
Lua (0.64%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
ISC License
2,427 Commits
1 Watchers
13 Branches
1 Contributors
Updated on Oct 21, 2020
Latest Version
0.9.3
Package Id
@xmpp-infister/resolve@0.9.3
Unpacked Size
14.68 kB
Size
4.63 kB
File Count
12
NPM Version
lerna/3.18.4/node@v10.17.0+x64 (linux)
Node Version
10.17.0
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
XMPP connection methods resolution for JavaScript
@xmpp-infister/resolve
retrieves and sorts possible XMPP endpoints using DNS and HTTP Web Host Metadata.
npm install @xmpp-infister/resolve
1const resolve = require('@xmpp-infister/resolve') 2 3// optional 4const options = { 5 srv: [{service: 'xmpp-client', protocol: 'tcp'}], // SRV records 6 family: undefined, // IP version; 4, 6 or undefined for both 7 owner: '_xmppconnect', // TXT owner 8} 9 10resolve('xmppjs.org', options) 11 .then(console.log) 12 .catch(console.error)
1;[ 2 { 3 address: '93.113.206.189', 4 family: 4, 5 name: 'xmppjs.org', 6 port: 5222, 7 priority: 5, 8 weight: 0, 9 }, 10 { 11 address: '2a03:75c0:39:3458::1', 12 family: 6, 13 name: 'xmppjs.org', 14 port: 5222, 15 priority: 5, 16 weight: 0, 17 }, 18 {address: '93.113.206.189', family: 4}, 19 {address: '2a03:75c0:39:3458::1', family: 6}, 20 { 21 attribute: '_xmpp-client-websocket', 22 uri: 'wss://xmppjs.org:443/websocket', 23 }, 24 { 25 attribute: '_xmpp-client-xbosh', 26 uri: 'https://xmppjs.org:443/bosh', 27 }, 28]
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no SAST tool detected
Details
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
101 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