Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@semantic-ui/query

Package Overview
Dependencies
Maintainers
0
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@semantic-ui/query - npm Package Compare versions

Comparing version 0.0.38 to 0.0.39

4

package.json

@@ -26,5 +26,5 @@ {

"dependencies": {
"@semantic-ui/utils": "^0.0.38"
"@semantic-ui/utils": "^0.0.39"
},
"version": "0.0.38"
"version": "0.0.39"
}

@@ -298,3 +298,3 @@ import { isPlainObject, isString, isArray, isDOM, isFunction, findIndex, inArray, isClient, isObject, each } from '@semantic-ui/utils';

}
else {
else if(selector) {
return el.closest(selector);

@@ -365,6 +365,10 @@ }

}
else {
else if(targetSelector) {
// keep things simple for most basic uses
target = event.target.closest(targetSelector);
}
else {
// no target selector
target = event.target;
}

@@ -371,0 +375,0 @@ if (target) {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc