Comparing version 3.2.2 to 3.2.3
{ | ||
"name": "mongtype", | ||
"version": "3.2.2", | ||
"version": "3.2.3", | ||
"description": "Mongo Repository for Node written in TypeScript", | ||
@@ -12,3 +12,3 @@ "main": "dist/index.js", | ||
"build": "rimraf dist && tsc", | ||
"test": "npm run prettier && npm run lint && npm run test:unit", | ||
"test": "npm run prettier:test && npm run lint && npm run test:unit", | ||
"test:unit": "mocha --require ts-node/register ./tests/**/*.spec.ts -R spec --bail", | ||
@@ -18,3 +18,4 @@ "test:cov": "nyc npm run test:unit", | ||
"lint": "tslint ./{src,tests}/{,**/}*.ts", | ||
"prettier": "prettier --write \"./{src,tests}/**/*.{js,ts}\"", | ||
"prettier": "prettier --write \"./{src,tests}/**/*.{js,ts,md}\"", | ||
"prettier:test": "prettier --list-different \"./{src,tests}/**/*.{js,ts,md}\"", | ||
"prepublishOnly": "npm run test && npm run build" | ||
@@ -42,3 +43,3 @@ }, | ||
"@types/mocha": "^5.2.3", | ||
"@types/node": "^10.3.5", | ||
"@types/node": "^10.5.1", | ||
"@types/retry": "^0.10.2", | ||
@@ -51,3 +52,3 @@ "chai": "^4.1.2", | ||
"nyc": "^12.0.2", | ||
"prettier": "^1.13.6", | ||
"prettier": "^1.13.7", | ||
"reflect-metadata": "^0.1.12", | ||
@@ -61,4 +62,4 @@ "rimraf": "^2.6.2", | ||
"dependencies": { | ||
"@types/mongodb": "^3.0.21", | ||
"mongodb": "^3.0.10", | ||
"@types/mongodb": "^3.0.23", | ||
"mongodb": "^3.1.0", | ||
"retry": "^0.12.0" | ||
@@ -65,0 +66,0 @@ }, |
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
38221
Updated@types/mongodb@^3.0.23
Updatedmongodb@^3.1.0