comparisons
Advanced tools
Comparing version 2.2.6 to 2.2.7
@@ -31,3 +31,3 @@ const flat = require('flat'); | ||
'doesNotEqual': (v) => ({ | ||
$ne: cast(v), | ||
$ne: v, | ||
}), | ||
@@ -34,0 +34,0 @@ 'isLessThan': (v) => ({ |
{ | ||
"name": "comparisons", | ||
"version": "2.2.6", | ||
"version": "2.2.7", | ||
"main": "lib/index.js", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
16051