@examgoal/mongodb
Advanced tools
Comparing version 1.0.1 to 1.0.3
{ | ||
"name": "@examgoal/mongodb", | ||
"version": "1.0.1", | ||
"version": "1.0.3", | ||
"description": "MongoDB Session Management Helper for ExpressJS or any Node JS Projects", | ||
"main": "index.js", | ||
"main": "./dist/index.js", | ||
"repository": { | ||
@@ -13,2 +13,5 @@ "type": "git", | ||
"private": false, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"bugs": { | ||
@@ -19,7 +22,16 @@ "url": "https://github.com/examgoal/mongodb/issues" | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "node test/index.js", | ||
"build": "tsc" | ||
}, | ||
"dependencies": { | ||
"mongodb": "^3.2.3" | ||
} | ||
}, | ||
"devDependencies": { | ||
"@types/mongodb": "^3.3.1", | ||
"@types/node": "^12.7.2", | ||
"typescript": "^3.6.2" | ||
}, | ||
"files": [ | ||
"dist/**/*" | ||
] | ||
} |
# @examgoal/mongodb |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
7916
6
163
1
3
1