@semantic-ui/query
Advanced tools
Comparing version 0.0.14 to 0.0.15
{ | ||
"name": "@semantic-ui/query", | ||
"version": "0.0.14", | ||
"version": "0.0.15", | ||
"type": "module", | ||
@@ -13,4 +13,4 @@ "main": "src/index.js", | ||
"dependencies": { | ||
"@semantic-ui/utils": "^0.0.14" | ||
"@semantic-ui/utils": "^0.0.15" | ||
} | ||
} |
@@ -300,3 +300,3 @@ import { isPlainObject, isString, isArray, isDOM, isFunction, findIndex, inArray, isObject, each } from '@semantic-ui/utils'; | ||
if(options.returnHandler) { | ||
if(options?.returnHandler) { | ||
return eventHandlers.length == 1 ? eventHandlers[0] : eventHandlers; | ||
@@ -303,0 +303,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
68516
+ Added@semantic-ui/utils@0.0.15(transitive)
- Removed@semantic-ui/utils@0.0.14(transitive)
Updated@semantic-ui/utils@^0.0.15