mongoose-query-parser
Advanced tools
Comparing version 1.0.6 to 1.0.7
{ | ||
"name": "mongoose-query-parser", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "Convert url query string to MongooseJs friendly query object including advanced filtering, sorting, population, string template, type casting and many more...", | ||
@@ -10,3 +10,3 @@ "main": "./lib/index.js", | ||
"compile": "npm run clean && tsc", | ||
"prepublishOnly": "npm run compile", | ||
"prepublish": "npm run compile", | ||
"pretest": "npm run compile", | ||
@@ -48,2 +48,2 @@ "test": "mocha ./lib/**/*.spec.js" | ||
} | ||
} | ||
} |
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
39652