react-serialize
Advanced tools
Comparing version 0.1.2 to 0.2.0
@@ -57,3 +57,3 @@ "use strict"; | ||
if (_typeof(data) === "object") { | ||
if (data instanceof Object) { | ||
return deserializeElement(data, options); | ||
@@ -60,0 +60,0 @@ } |
{ | ||
"name": "react-serialize", | ||
"version": "0.1.2", | ||
"version": "0.2.0", | ||
"main": "lib", | ||
@@ -29,3 +29,4 @@ "esnext": "src", | ||
"react": "^14.0.0" | ||
} | ||
}, | ||
"license": "MIT" | ||
} |
@@ -38,3 +38,3 @@ import React from "react" | ||
} | ||
if (typeof data === "object") { | ||
if (data instanceof Object) { | ||
return deserializeElement(data, options) | ||
@@ -41,0 +41,0 @@ } |
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
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
6792
0