organism-react-ajax
Advanced tools
Comparing version 0.17.2 to 0.17.3
@@ -79,3 +79,3 @@ "use strict"; | ||
for (var i = 0, j = keys.length; i < j; i++) { | ||
if ((keys[i] || '0' === keys[i]) && isNaN(keys[i])) { | ||
if (!keys[i] || isNaN(keys[i])) { | ||
return false; | ||
@@ -82,0 +82,0 @@ } |
@@ -74,3 +74,3 @@ // dlog 0.1.1 | ||
for (var i = 0, j = keys.length; i < j; i++) { | ||
if ((keys[i] || '0' === keys[i]) && isNaN(keys[i])) { | ||
if (!keys[i] || isNaN(keys[i])) { | ||
return false; | ||
@@ -77,0 +77,0 @@ } |
{ | ||
"version": "0.17.2", | ||
"version": "0.17.3", | ||
"name": "organism-react-ajax", | ||
@@ -4,0 +4,0 @@ "repository": { |
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
80224