Comparing version 1.0.22 to 1.0.23
@@ -255,2 +255,6 @@ const MongoDB = require('mongodb'); | ||
break; | ||
case '<': | ||
case '>': | ||
key = key.substring(1); | ||
break; | ||
} | ||
@@ -348,2 +352,6 @@ | ||
break; | ||
case '<': | ||
case '>': | ||
key = key.substring(1); | ||
break; | ||
default: | ||
@@ -350,0 +358,0 @@ !params && (params = {}); |
{ | ||
"name": "icorm", | ||
"version": "1.0.22", | ||
"version": "1.0.23", | ||
"description": "Database Management System", | ||
@@ -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
217045
6901