Comparing version 1.0.0 to 1.0.1
@@ -162,8 +162,12 @@ (function() { | ||
argument = operand.source || operand; | ||
if ((operator === "in" || operator === "nin") && _.isString(argument)) { | ||
argument = argument.split(',').map((function(_this) { | ||
return function(it) { | ||
return _this._castByName(name, it); | ||
}; | ||
})(this)); | ||
if (operator === "in" || operator === "nin") { | ||
if (_.isString(argument)) { | ||
argument = argument.split(',').map((function(_this) { | ||
return function(it) { | ||
return _this._castByName(name, it); | ||
}; | ||
})(this)); | ||
} else { | ||
argument = _.castArray(argument); | ||
} | ||
} | ||
@@ -170,0 +174,0 @@ return ( |
{ | ||
"name": "qs2mongo", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "qs2mongo", | ||
@@ -5,0 +5,0 @@ "main": "index.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
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
61447
482
0