mongo-escape
Advanced tools
Comparing version 2.0.5 to 2.0.6
@@ -106,3 +106,3 @@ /** | ||
function transform(obj, iterator, recurse) { | ||
if (ojb == null || typeof obj !== 'object') { throw new TypeError('obj must be an object'); } | ||
if (obj == null || typeof obj !== 'object') { throw new TypeError('obj must be an object'); } | ||
if (typeof iterator !== 'function') { throw new TypeError('iterator must be a function'); } | ||
@@ -109,0 +109,0 @@ |
{ | ||
"name": "mongo-escape", | ||
"version": "2.0.5", | ||
"version": "2.0.6", | ||
"author": { | ||
@@ -5,0 +5,0 @@ "name": "Tim Kuijsten", |
Sorry, the diff of this file is not supported yet
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
17282