Gathering detailed insights and metrics for joi-oid
Gathering detailed insights and metrics for joi-oid
npm install joi-oid
Typescript
Module System
Node Version
NPM Version
68.4
Supply Chain
74.8
Quality
75.5
Maintenance
100
Vulnerability
100
License
JavaScript (100%)
Total Downloads
156,850
Last Day
182
Last Week
807
Last Month
3,892
Last Year
47,165
5 Stars
16 Commits
2 Watching
1 Branches
1 Contributors
Minified
Minified + Gzipped
Latest Version
1.1.2
Package Id
joi-oid@1.1.2
Unpacked Size
4.08 kB
Size
2.07 kB
File Count
6
NPM Version
6.14.6
Node Version
10.22.1
Cumulative downloads
Total Downloads
Last day
-18%
182
Compared to previous day
Last week
-19.6%
807
Compared to previous week
Last month
14.7%
3,892
Compared to previous month
Last year
12.7%
47,165
Compared to previous year
Joi validator with Mongo ObjectId.
npm i -s joi-oid
or
npm install joi-oid --save
joi-oid
verifies whether the value is suitable for the Mongo ObjectId type.
It is used like Joi
instead of Joi
. 🤔
1const Joi = require('joi-oid')
2
3const schema = Joi.object({
4 id: Joi.objectId(),
5 name: Joi.string(),
6 age: Joi.number().min(18),
7})
MIT 🥰🤑
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 3
Details
Reason
9 existing vulnerabilities detected
Details
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 SAST tool detected
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
detected GitHub workflow tokens with excessive permissions
Details
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 2025-01-27
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