Comparing version 2.2.13 to 2.2.14
@@ -42,2 +42,5 @@ var boolTag = '[object Boolean]', | ||
}, | ||
isPromise (p) { | ||
return p && Object.prototype.toString.call(p) === '[object Promise]' | ||
}, | ||
isPlainObject: function (value) { | ||
@@ -44,0 +47,0 @@ if (!this.isObjectLike(value) || objToString.call(value) !== objectTag || this.isHostObject(value)) { |
{ | ||
"name": "isa.js", | ||
"version": "2.2.13", | ||
"version": "2.2.14", | ||
"description": "Very minimal collection is isA functions. isObject, isArray, isDate...", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/imrefazekas/isa", |
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
13594
341