mongoose-query-parser
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "mongoose-query-parser", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Convert url query string to MongooseJs friendly query object including advanced filtering, sorting, population, string template, type casting and many more...", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"main": "./lib/index.js", | ||
"types": "./lib/index.d.ts", | ||
"scripts": { | ||
"compile": "rimraf dist && tsc", | ||
"compile": "rimraf lib && tsc", | ||
"prepublish": "npm run compile", | ||
"pretest": "npm run compile", | ||
"test": "mocha ./dist/**/*.spec.js" | ||
"test": "mocha ./lib/**/*.spec.js" | ||
}, | ||
@@ -19,5 +19,6 @@ "repository": { | ||
"querystring", | ||
"mongodb query", | ||
"mongoose query", | ||
"querystring parser" | ||
"mongodb", | ||
"mongoose", | ||
"parser", | ||
"url" | ||
], | ||
@@ -24,0 +25,0 @@ "author": "Leodinas Hao", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
45574
9
608
1