type-of-is
Advanced tools
Comparing version 3.3.0 to 3.3.1
@@ -87,2 +87,5 @@ (function (factory) { | ||
} | ||
if (SuperClass.constructor.name === _Base.constructor.name) { | ||
return true; | ||
} | ||
} | ||
@@ -89,0 +92,0 @@ return false; |
{ | ||
"name": "type-of-is", | ||
"version": "3.3.0", | ||
"version": "3.3.1", | ||
"description": "Determine and test types using constructor or {}.toString", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -43,3 +43,3 @@ # Description | ||
3.3.0 | ||
3.3.1 | ||
@@ -59,3 +59,3 @@ | ||
"dependencies": { | ||
"type-of-is": "~3.3.0" | ||
"type-of-is": "~3.3.1" | ||
} | ||
@@ -62,0 +62,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
24585
380