Gathering detailed insights and metrics for resolve-mongodb-srv
Gathering detailed insights and metrics for resolve-mongodb-srv
Gathering detailed insights and metrics for resolve-mongodb-srv
Gathering detailed insights and metrics for resolve-mongodb-srv
npm install resolve-mongodb-srv
Typescript
Module System
Node Version
NPM Version
98.7
Supply Chain
72.4
Quality
84.5
Maintenance
100
Vulnerability
100
License
TypeScript (99.75%)
JavaScript (0.25%)
Total Downloads
4,073,107
Last Day
1,643
Last Week
30,292
Last Month
260,106
Last Year
2,017,347
2 Stars
28 Commits
1 Forks
14 Watching
3 Branches
12 Contributors
Latest Version
1.1.5
Package Id
resolve-mongodb-srv@1.1.5
Unpacked Size
24.43 kB
Size
8.25 kB
File Count
11
NPM Version
8.19.4
Node Version
16.20.2
Publised On
10 May 2024
Cumulative downloads
Total Downloads
Last day
-75.5%
1,643
Compared to previous day
Last week
-70.4%
30,292
Compared to previous week
Last month
25.7%
260,106
Compared to previous month
Last year
55.4%
2,017,347
Compared to previous year
1
19
Resolve mongodb+srv://
URLs to mongodb://
URLs as specified in the
Initial DNS Seedlist Discovery Specification.
1import resolveMongodbSrv from 'resolve-mongodb-srv';
2
3await resolveMongodbSrv('mongodb+srv://user:password@somecluster.mongodb.net/db');
4// Returns: mongodb://user:password@host1,host2,host3/db
The resolveMongodbSrv
function takes an optional second argument, where the
used dns
implementation can be passed in:
1import dns from 'dns'; 2import resolveMongodbSrv from 'resolve-mongodb-srv'; 3 4await resolveMongodbSrv('hostname', { dns });
Apache-2.0
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
SAST tool detected but not run on all commits
Details
Reason
Found 3/17 approved changesets -- score normalized to 1
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
detected GitHub workflow tokens with excessive permissions
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
Score
Last Scanned on 2024-12-16
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