Comparing version 1.0.5 to 1.0.6
@@ -359,8 +359,2 @@ var eventEmitter = require('events').EventEmitter; | ||
} | ||
else if (localOptions.enforce_type === "strict") { | ||
util.strictType(prefix, "date"); | ||
} | ||
else if (localOptions.enforce_type !== "none") { | ||
util.looseType(prefix, "date"); | ||
} | ||
} | ||
@@ -414,8 +408,2 @@ else if (doc === null) { | ||
} | ||
else if (localOptions.enforce_type === "strict") { | ||
util.strictType(prefix, "array"); | ||
} | ||
else if (localOptions.enforce_type !== "none") { | ||
util.looseType(prefix, "array"); | ||
} | ||
} | ||
@@ -461,8 +449,2 @@ else if (doc === null) { | ||
} | ||
else if (localOptions.enforce_type === "strict") { | ||
util.strictType(prefix, "object"); | ||
} | ||
else if (localOptions.enforce_type !== "none") { | ||
util.looseType(prefix, "object"); | ||
} | ||
} | ||
@@ -469,0 +451,0 @@ else if (doc === null) { |
{ | ||
"name": "thinky", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "RethinkDB ORM for Node.js", | ||
@@ -5,0 +5,0 @@ "main": "lib/thinky.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
113939
2506