Gathering detailed insights and metrics for mongoose-setup
Gathering detailed insights and metrics for mongoose-setup
Gathering detailed insights and metrics for mongoose-setup
Gathering detailed insights and metrics for mongoose-setup
@thxmike/mongoose-setup
Sets up Mongoose eventing system
@lykmapipo/mongoose-connection
simplified mongoose connection setup
mongoose-helpers-setup-db
returns a function that will return a mongoose connection promise when called
mongoose-association
A cleaner and faster way to setup mongoose populate with virtual field
npm install mongoose-setup
Typescript
Module System
Node Version
NPM Version
64.6
Supply Chain
68.6
Quality
75
Maintenance
100
Vulnerability
100
License
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
3 Commits
14 Branches
1 Contributors
Updated on Jul 17, 2020
Latest Version
1.0.0
Package Id
mongoose-setup@1.0.0
Unpacked Size
4.26 kB
Size
2.12 kB
File Count
6
NPM Version
6.14.6
Node Version
12.18.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
1
3
This plugin allows you to setup your mongoose structure in a cleaner way. (Better docs will be added later...)
1const mongoose = require('mongoose') 2 3const schema = new mongoose.Schema( 4 { 5 name: { 6 type: String, 7 required: true, 8 set: val => Capitalize(val, true), 9 }, 10 email: Types.Email({ 11 required: true, 12 }), 13 phone: Types.Phone(), 14 upsell: Boolean, 15 }, 16 { 17 timestamps: true, 18 }, 19) 20 21// Initialize like this: 22require('mongoose-setup')(module, schema)
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 0/3 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
68 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-14
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