mongoose-query-parser
Advanced tools
Comparing version 1.1.6 to 1.1.7
{ | ||
"name": "mongoose-query-parser", | ||
"version": "1.1.6", | ||
"version": "1.1.7", | ||
"description": "Convert url query string to MongooseJs friendly query object including advanced filtering, sorting, population, string template, type casting and many more...", | ||
@@ -11,4 +11,3 @@ "main": "./lib/index.js", | ||
"prepublishOnly": "npm run compile", | ||
"pretest": "npm run compile", | ||
"test": "mocha ./lib/**/*.spec.js", | ||
"test": "mocha --config '.mocha.yml'", | ||
"lint": "tslint src/**/*.ts" | ||
@@ -35,6 +34,6 @@ }, | ||
"@testdeck/mocha": "^0.1.0", | ||
"@types/chai": "^4.1.4", | ||
"@types/chai": "^4.2.11", | ||
"@types/lodash": "^4.14.157", | ||
"@types/mocha": "^5.2.5", | ||
"@types/node": "^14.0.14", | ||
"@types/mocha": "^8.0.0", | ||
"@types/node": "^14.0.23", | ||
"chai": "^4.2.0", | ||
@@ -45,8 +44,8 @@ "mocha": "^8.0.1", | ||
"tslint": "^6.1.2", | ||
"typescript": "^3.9.5" | ||
"typescript": "^3.9.7" | ||
}, | ||
"dependencies": { | ||
"lodash": "^4.17.15", | ||
"lodash": "^4.17.19", | ||
"moment": "^2.27.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
41487
9
Updatedlodash@^4.17.19