Gathering detailed insights and metrics for hashdo-db-mongo
Gathering detailed insights and metrics for hashdo-db-mongo
npm install hashdo-db-mongo
Typescript
Module System
Min. Node Version
Node Version
NPM Version
65
Supply Chain
75.1
Quality
75.8
Maintenance
25
Vulnerability
97.3
License
JavaScript (100%)
Total Downloads
30,193
Last Day
5
Last Week
41
Last Month
228
Last Year
1,151
62 Commits
4 Watching
1 Branches
3 Contributors
Minified
Minified + Gzipped
Latest Version
0.3.28
Package Id
hashdo-db-mongo@0.3.28
Size
8.54 kB
NPM Version
5.5.1
Node Version
8.8.1
Cumulative downloads
Total Downloads
Last day
400%
5
Compared to previous day
Last week
-34.9%
41
Compared to previous week
Last month
1,972.7%
228
Compared to previous month
Last year
-15%
1,151
Compared to previous year
This is a database implementation plugin for persisting #Do card state to MongoDB .
To make use of MongoDB for state in a #Do project, you simply replace the built-in db
object property with this implementation.
1var hashdo = require('hashdo'); 2 3// Use the MongoDB database plugin. 4hashdo.db = require('hashdo-db-mongo'); 5 6// Using the hashdo-web project? 7var hashdoweb = require('hashdo-web'); 8 9hashdoweb.hashdo.db = require('hashdo-db-mongo');
A local or remote instance of MongoDB is required.
To use a custom database connection, you will need to set the following environment variable.
MONGO
This variable is optional, if a value is not set then a connection to mongodb://localhost/hashdo
will be attempted.
Copyright 2015 (c). All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
no SAST tool detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/30 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
80 existing vulnerabilities detected
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