common-types
Advanced tools
Comparing version 1.23.5 to 1.24.0
@@ -485,3 +485,3 @@ 'use strict'; | ||
function isNonNullObject(input) { | ||
return typeof input === "object" && input !== null; | ||
return typeof input === "object" && input !== null ? true : false; | ||
} | ||
@@ -488,0 +488,0 @@ |
@@ -481,3 +481,3 @@ /** | ||
function isNonNullObject(input) { | ||
return typeof input === "object" && input !== null; | ||
return typeof input === "object" && input !== null ? true : false; | ||
} | ||
@@ -484,0 +484,0 @@ |
{ | ||
"name": "common-types", | ||
"version": "1.23.5", | ||
"version": "1.24.0", | ||
"description": "Common Types for Typescript", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/lifegadget/common-types", |
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
361150