native-mongo-util
Advanced tools
Comparing version 1.0.7 to 1.0.8
{ | ||
"name": "native-mongo-util", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"lint": "eslint src/**/", | ||
"format": "prettier --write 'src/**/*.js'" | ||
"test": "ava test.js", | ||
"lint": "eslint index.js", | ||
"format": "prettier --write 'index.js'" | ||
}, | ||
@@ -23,17 +23,18 @@ "repository": { | ||
"dependencies": { | ||
"bluebird": "^3.5.1", | ||
"bluebird": "^3.5.2", | ||
"lil-logger": "github:saggiyogesh/lil-logger", | ||
"memoizee": "^0.4.12", | ||
"mongodb": "^3.0.9", | ||
"memoizee": "^0.4.14", | ||
"mongodb": "^3.1.8", | ||
"then-sleep": "^1.0.1" | ||
}, | ||
"devDependencies": { | ||
"eslint": "^4.19.1", | ||
"ava": "^0.25.0", | ||
"eslint": "^5.7.0", | ||
"eslint-config-lil": "^1.0.4", | ||
"eslint-config-prettier": "^2.9.0", | ||
"eslint-config-xo-space": "^0.18.0", | ||
"eslint-plugin-prettier": "^2.6.0", | ||
"nodemon": "^1.17.5", | ||
"prettier": "^1.13.4" | ||
"eslint-config-prettier": "^3.1.0", | ||
"eslint-config-xo-space": "^0.20.0", | ||
"eslint-plugin-prettier": "^3.0.0", | ||
"nodemon": "^1.18.4", | ||
"prettier": "^1.14.3" | ||
} | ||
} |
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
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 README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
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
2920
8
46
0
1
7
8
Updatedbluebird@^3.5.2
Updatedmemoizee@^0.4.14
Updatedmongodb@^3.1.8