type-of-is
Advanced tools
Comparing version 3.5.0 to 3.5.1
{ | ||
"name": "type-of-is", | ||
"version": "3.5.0", | ||
"version": "3.5.1", | ||
"description": "Determine and test types using constructor or {}.toString", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -29,4 +29,3 @@ var Path = require('path'); | ||
[undefined, undefined, "undefined"], | ||
[new Person('ralph'), Person, "Person"], | ||
[function(){}.prototype, 'x', 'function prototype'] | ||
[new Person('ralph'), Person, "Person"] | ||
]; | ||
@@ -33,0 +32,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
24725
384