Comparing version 0.2.12 to 0.2.13
@@ -79,6 +79,6 @@ (function() { | ||
} | ||
if (formattedEta.isValid()) { | ||
if (formattedEta != null ? formattedEta.isValid() : void 0) { | ||
return formattedEta.toDate(); | ||
} else { | ||
return void 0; | ||
return void 0 != null; | ||
} | ||
@@ -85,0 +85,0 @@ }; |
{ | ||
"name": "shipit", | ||
"version": "0.2.12", | ||
"version": "0.2.13", | ||
"description": "This module allows you to connect to many shipping carriers like UPS and FedEx and download tracking data for your packages in a common schema", | ||
@@ -5,0 +5,0 @@ "main": "lib/main.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
94335