arc-object
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -226,3 +226,3 @@ "use strict"; | ||
static duckInstanceOf(_primary,_duck){ | ||
if(is(_primary) !== 'object' || is(_duck) !== 'object'){ | ||
if(is(_primary) !== is(_duck)){ | ||
return false; | ||
@@ -229,0 +229,0 @@ } |
{ | ||
"name": "arc-object", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "An object convenience subclass", | ||
@@ -5,0 +5,0 @@ "main": "index.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
25610