class-transformer
Advanced tools
Comparing version 0.1.2 to 0.1.3
{ | ||
"name": "class-transformer", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Proper decorator-based transformation / serialization / deserialization of plain javascript objects to class constructors", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -58,2 +58,4 @@ "use strict"; | ||
} | ||
if (value === null || value === undefined) | ||
return value; | ||
return new Date(value); | ||
@@ -60,0 +62,0 @@ } |
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
126950
957