mongoose-query-parser
Advanced tools
Comparing version 1.1.3 to 1.1.4
@@ -26,4 +26,4 @@ "use strict"; | ||
while (_) try { | ||
if (f = 1, y && (t = y[op[0] & 2 ? "return" : op[0] ? "throw" : "next"]) && !(t = t.call(y, op[1])).done) return t; | ||
if (y = 0, t) op = [0, t.value]; | ||
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t; | ||
if (y = 0, t) op = [op[0] & 2, t.value]; | ||
switch (op[0]) { | ||
@@ -163,3 +163,3 @@ case 0: case 1: t = op; break; | ||
__decorate([ | ||
mocha_typescript_1.test('built in casters'), | ||
mocha_typescript_1.test('should parse built in casters'), | ||
__metadata("design:type", Function), | ||
@@ -170,3 +170,3 @@ __metadata("design:paramtypes", []), | ||
__decorate([ | ||
mocha_typescript_1.test('should parse caster'), | ||
mocha_typescript_1.test('should parse custom caster'), | ||
__metadata("design:type", Function), | ||
@@ -173,0 +173,0 @@ __metadata("design:paramtypes", []), |
{ | ||
"name": "mongoose-query-parser", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "Convert url query string to MongooseJs friendly query object including advanced filtering, sorting, population, string template, type casting and many more...", | ||
@@ -33,18 +33,18 @@ "main": "./lib/index.js", | ||
"devDependencies": { | ||
"@types/chai": "4.1.3", | ||
"@types/lodash": "4.14.109", | ||
"@types/mocha": "2.2.43", | ||
"@types/node": "8.0.31", | ||
"chai": "4.1.2", | ||
"mocha": "5.2.0", | ||
"mocha-typescript": "1.1.16", | ||
"rimraf": "2.6.2", | ||
"ts-node": "6.1.0", | ||
"tslint": "5.10.0", | ||
"typescript": "2.9.1" | ||
"@types/chai": "^4.1.4", | ||
"@types/lodash": "^4.14.116", | ||
"@types/mocha": "^5.2.5", | ||
"@types/node": "^10.9.4", | ||
"chai": "^4.1.2", | ||
"mocha": "^5.2.0", | ||
"mocha-typescript": "^1.1.17", | ||
"rimraf": "^2.6.2", | ||
"ts-node": "^7.0.1", | ||
"tslint": "^5.11.0", | ||
"typescript": "^3.0.3" | ||
}, | ||
"dependencies": { | ||
"lodash": "4.17.10", | ||
"moment": "2.22.2" | ||
"lodash": "^4.17.10", | ||
"moment": "^2.22.2" | ||
} | ||
} | ||
} |
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
41394
+ Addedlodash@4.17.21(transitive)
+ Addedmoment@2.30.1(transitive)
- Removedlodash@4.17.10(transitive)
- Removedmoment@2.22.2(transitive)
Updatedlodash@^4.17.10
Updatedmoment@^2.22.2